Michael J Gruber <git@xxxxxxxxxxxxxxxxxxxx> writes: > They differ by one character only. Being exactly equal should help > translations. > > Signed-off-by: Michael J Gruber <git@xxxxxxxxxxxxxxxxxxxx> > --- > diff --git a/builtin/commit.c b/builtin/commit.c > index 8a534de..ef2114b 100644 > --- a/builtin/commit.c > +++ b/builtin/commit.c > @@ -150,7 +150,7 @@ static struct option builtin_commit_options[] = { > ... > - { 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" }, Makes sense; thanks. I however wonder if we have an opportunity for even more unifying these two arrays, typing the same thing only once. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html