Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Make usage strings dash-less
[gitweb.git]
/
help.c
diff --git
a/help.c
b/help.c
index ca9632b6c58267776086f48e87e2236ff1f6053f..ee15955b0bdf665681c3e7762eae4b925bec64eb 100644
(file)
--- a/
help.c
+++ b/
help.c
@@
-40,7
+40,7
@@
static struct option builtin_help_options[] = {
};
static const char * const builtin_help_usage[] = {
- "git
-
help [--all] [--man|--web|--info] [command]",
+ "git
help [--all] [--man|--web|--info] [command]",
NULL
};