Skip to content

Commit ab86885

Browse files
vascoolgitster
authored andcommitted
i18n: builtin/branch.c: mark option for translation
Mark description and parameter for option "set-upstream-to" for translation. Signed-off-by: Vasco Almeida <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 71d99b8 commit ab86885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/branch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ int cmd_branch(int argc, const char **argv, const char *prefix)
620620
BRANCH_TRACK_EXPLICIT),
621621
OPT_SET_INT( 0, "set-upstream", &track, N_("change upstream info"),
622622
BRANCH_TRACK_OVERRIDE),
623-
OPT_STRING('u', "set-upstream-to", &new_upstream, "upstream", "change the upstream info"),
623+
OPT_STRING('u', "set-upstream-to", &new_upstream, N_("upstream"), N_("change the upstream info")),
624624
OPT_BOOL(0, "unset-upstream", &unset_upstream, "Unset the upstream info"),
625625
OPT__COLOR(&branch_use_color, N_("use colored output")),
626626
OPT_SET_INT('r', "remotes", &filter.kind, N_("act on remote-tracking branches"),

0 commit comments

Comments
 (0)