Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/decimal-width-for-uintmax'
[gitweb.git]
/
builtin
/
clone.c
diff --git
a/builtin/clone.c
b/builtin/clone.c
index 316c75d0b342d039696608c18adfabaa3366b0e7..957246723e94ef6ad6df918ec18f8a1e5848a303 100644
(file)
--- a/
builtin/clone.c
+++ b/
builtin/clone.c
@@
-34,7
+34,7
@@
*
*/
static const char * const builtin_clone_usage[] = {
- N_("git clone [
options
] [--] <repo> [<dir>]"),
+ N_("git clone [
<options>
] [--] <repo> [<dir>]"),
NULL
};