Skip to content

Commit 6a4f2ec

Browse files
ralfthgitster
authored andcommitted
push: don't mark options of recurse-submodules for translation
Signed-off-by: Ralf Thielow <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1d88dab commit 6a4f2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/push.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ int cmd_push(int argc, const char **argv, const char *prefix)
547547
0, CAS_OPT_NAME, &cas, N_("refname>:<expect"),
548548
N_("require old value of ref to be at this value"),
549549
PARSE_OPT_OPTARG, parseopt_push_cas_option },
550-
{ OPTION_CALLBACK, 0, "recurse-submodules", &recurse_submodules, N_("check|on-demand|no"),
550+
{ OPTION_CALLBACK, 0, "recurse-submodules", &recurse_submodules, "check|on-demand|no",
551551
N_("control recursive pushing of submodules"),
552552
PARSE_OPT_OPTARG, option_parse_recurse_submodules },
553553
OPT_BOOL( 0 , "thin", &thin, N_("use thin pack")),

0 commit comments

Comments
 (0)