Skip to content

Commit 8547090

Browse files
Michael J Grubergitster
authored andcommitted
commit,status: describe -u likewise
They differ by one character only. Being exactly equal should help translations. Signed-off-by: Michael J Gruber <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 08918e4 commit 8547090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/commit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ static struct option builtin_commit_options[] = {
150150
"terminate entries with NUL"),
151151
OPT_BOOLEAN(0, "amend", &amend, "amend previous commit"),
152152
OPT_BOOLEAN(0, "no-post-rewrite", &no_post_rewrite, "bypass post-rewrite hook"),
153-
{ 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" },
153+
{ 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" },
154154
/* end commit contents options */
155155

156156
{ OPTION_BOOLEAN, 0, "allow-empty", &allow_empty, NULL,

0 commit comments

Comments
 (0)