diff options
author | Jeff King <peff@peff.net> | 2009-09-05 04:50:26 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-09-05 23:15:51 -0700 |
commit | 9b4fe22990dd3fab9494927935c371b072ee7c8f (patch) | |
tree | 6252bf9fb2b19cf3f31cc85eac90be6edcc3e5e1 | |
parent | git status: not "commit --dry-run" anymore (diff) | |
download | tgif-9b4fe22990dd3fab9494927935c371b072ee7c8f.tar.xz |
status: typo fix in usage
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 6cb0e40484..812470e63d 100644 --- a/builtin-commit.c +++ b/builtin-commit.c @@ -975,7 +975,7 @@ int cmd_status(int argc, const char **argv, const char *prefix) static struct option builtin_status_options[] = { OPT__VERBOSE(&verbose), OPT_BOOLEAN('s', "short", &shortstatus, - "show status concicely"), + "show status concisely"), OPT_BOOLEAN('z', "null", &null_termination, "terminate entries with NUL"), { OPTION_STRING, 'u', "untracked-files", &untracked_files_arg, |