From: Michael J Gruber Date: Tue, 15 Feb 2011 13:09:09 +0000 (+0100) Subject: commit,status: describe -u likewise X-Git-Tag: v1.7.4.2~56 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8547090c9265bcde7a75feeddcbf49a3eddeaaac;p=git.git commit,status: describe -u likewise They differ by one character only. Being exactly equal should help translations. Signed-off-by: Michael J Gruber Signed-off-by: Junio C Hamano --- diff --git a/builtin/commit.c b/builtin/commit.c index 0090571ad..d7f55e3d4 100644 --- a/builtin/commit.c +++ b/builtin/commit.c @@ -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,