]> git.ipfire.org Git - thirdparty/git.git/commitdiff
l10n: minor case fix in 'git branch' '--unset-upstream' description
authorDimitriy Ryazantcev <dimitriy.ryazantcev@gmail.com>
Sun, 8 Dec 2019 09:26:47 +0000 (11:26 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Dec 2019 20:30:55 +0000 (12:30 -0800)
Signed-off-by: Dimitriy Ryazantcev <dimitriy.ryazantcev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/branch.c

index 2ef214632f025b0da7bf5f118aebe3c68d5af2f8..d8297f80ffc730442d9a590650fe4644b2351d04 100644 (file)
@@ -624,7 +624,7 @@ int cmd_branch(int argc, const char **argv, const char *prefix)
                OPT_SET_INT_F(0, "set-upstream", &track, N_("do not use"),
                        BRANCH_TRACK_OVERRIDE, PARSE_OPT_HIDDEN),
                OPT_STRING('u', "set-upstream-to", &new_upstream, N_("upstream"), N_("change the upstream info")),
-               OPT_BOOL(0, "unset-upstream", &unset_upstream, N_("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),