l10n: reformat some localized strings for v2.23.0
Signed-off-by: Jean-Noël Avila <jn.avila@free.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
7c20df84bd
commit
182f59daf0
@ -1769,7 +1769,7 @@ int cmd_restore(int argc, const char **argv, const char *prefix)
|
||||
struct option *options;
|
||||
struct option restore_options[] = {
|
||||
OPT_STRING('s', "source", &opts.from_treeish, "<tree-ish>",
|
||||
N_("where the checkout from")),
|
||||
N_("which tree-ish to checkout from")),
|
||||
OPT_BOOL('S', "staged", &opts.checkout_index,
|
||||
N_("restore the index")),
|
||||
OPT_BOOL('W', "worktree", &opts.checkout_worktree,
|
||||
|
||||
Reference in New Issue
Block a user