git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
9e4b7ab
)
status: typo fix in usage
author
Jeff King
<redacted>
Sat, 5 Sep 2009 08:50:26 +0000
(
04:50
-0400)
committer
Junio C Hamano
<redacted>
Sun, 6 Sep 2009 06:15:51 +0000
(23:15 -0700)
Signed-off-by: Jeff King <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin-commit.c
patch
|
blob
|
history
diff --git
a/builtin-commit.c
b/builtin-commit.c
index 6cb0e40484dce73224c156d0c54b4f0628e57bc6..812470e63d07b78b868c0044128557b3af2d685e 100644
(file)
--- 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 conci
c
ely"),
+ "show status conci
s
ely"),
OPT_BOOLEAN('z', "null", &null_termination,
"terminate entries with NUL"),
{ OPTION_STRING, 'u', "untracked-files", &untracked_files_arg,
git clone https://git.99rst.org/PROJECT