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 /builtin-commit.c | |
| parent | 9e4b7ab652561e1807702fe5288e04b8873fc437 (diff) | |
| download | git-9b4fe22990dd3fab9494927935c371b072ee7c8f.tar.gz | |
status: typo fix in usage
Signed-off-by: Jeff King <peff@peff.net>
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 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,  | 
