diff options
author | Vasco Almeida <vascomalmeida@sapo.pt> | 2016-09-15 14:58:59 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-09-15 13:17:32 -0700 |
commit | fb4cc6a9cb9b701fb2f7d30b20d0c3c4ceea5882 (patch) | |
tree | 26087bda44d7ad2741259464f89da882e91e85bc /builtin/branch.c | |
parent | i18n: blame: mark error messages for translation (diff) | |
download | tgif-fb4cc6a9cb9b701fb2f7d30b20d0c3c4ceea5882.tar.xz |
i18n: branch: mark option description for translation
Signed-off-by: Vasco Almeida <vascomalmeida@sapo.pt>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/branch.c')
-rw-r--r-- | builtin/branch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/branch.c b/builtin/branch.c index 7df05437f1..d5d93a8c03 100644 --- a/builtin/branch.c +++ b/builtin/branch.c @@ -657,7 +657,7 @@ int cmd_branch(int argc, const char **argv, const char *prefix) OPT_SET_INT( 0, "set-upstream", &track, N_("change upstream info"), BRANCH_TRACK_OVERRIDE), OPT_STRING('u', "set-upstream-to", &new_upstream, N_("upstream"), N_("change the upstream info")), - OPT_BOOL(0, "unset-upstream", &unset_upstream, "Unset the upstream info"), + OPT_BOOL(0, "unset-upstream", &unset_upstream, N_("Unset the upstream info")), OPT__COLOR(&branch_use_color, N_("use colored output")), OPT_SET_INT('r', "remotes", &filter.kind, N_("act on remote-tracking branches"), FILTER_REFS_REMOTES), |