Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Make usage strings dash-less
[gitweb.git]
/
builtin-clone.c
diff --git
a/builtin-clone.c
b/builtin-clone.c
index ec362096003be447f1d84f8203d37e577911f4f9..8112716c108e5d4d21fa9d3cf3300bfdb06afd20 100644
(file)
--- a/
builtin-clone.c
+++ b/
builtin-clone.c
@@
-29,7
+29,7
@@
*
*/
static const char * const builtin_clone_usage[] = {
- "git
-
clone [options] [--] <repo> [<dir>]",
+ "git
clone [options] [--] <repo> [<dir>]",
NULL
};