diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-07-27 16:54:06 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-07-27 16:55:05 -0700 |
commit | ba9523ea809dc496a14f3644bdc1dd6f486983c0 (patch) | |
tree | 13109340ff2bd55bd16271bbad7a9232f9052923 /builtin/commit.c | |
parent | 9a3028b987d73e4c85e8db9980720feba6a1b5c6 (diff) | |
parent | 2aedccd3d51ec922020f7c7e39df5d2c4d3af515 (diff) | |
download | git-ba9523ea809dc496a14f3644bdc1dd6f486983c0.tar.gz |
Sync with 1.7.2.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
-rw-r--r-- | builtin/commit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/commit.c b/builtin/commit.c index a78dbd83bf..2bb30c0e80 100644 --- a/builtin/commit.c +++ b/builtin/commit.c @@ -147,7 +147,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, |