]> git.ipfire.org Git - thirdparty/git.git/commitdiff
commit,status: describe -u likewise
authorMichael J Gruber <git@drmicha.warpmail.net>
Tue, 15 Feb 2011 13:09:09 +0000 (14:09 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Feb 2011 18:51:08 +0000 (10:51 -0800)
They differ by one character only. Being exactly equal should help
translations.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/commit.c

index 0090571adf09ef79bff63f2f0be0d02237c4e5b4..d7f55e3d46e215f94c94f1f40b5cc1ec6907701e 100644 (file)
@@ -150,7 +150,7 @@ static struct option builtin_commit_options[] = {
                    "terminate entries with NUL"),
        OPT_BOOLEAN(0, "amend", &amend, "amend previous commit"),
        OPT_BOOLEAN(0, "no-post-rewrite", &no_post_rewrite, "bypass post-rewrite hook"),
-       { OPTION_STRING, 'u', "untracked-files", &untracked_files_arg, "mode", "show untracked files, optional modes: all, normal, no (Default: all)", PARSE_OPT_OPTARG, NULL, (intptr_t)"all" },
+       { OPTION_STRING, 'u', "untracked-files", &untracked_files_arg, "mode", "show untracked files, optional modes: all, normal, no. (Default: all)", PARSE_OPT_OPTARG, NULL, (intptr_t)"all" },
        /* end commit contents options */
 
        { OPTION_BOOLEAN, 0, "allow-empty", &allow_empty, NULL,