Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/init-core-worktree-at-root'
[gitweb.git]
/
builtin
/
clone.c
diff --git
a/builtin/clone.c
b/builtin/clone.c
index 2d77a2de4f3d3c73019b0b9873048f2d5747a378..53a2e5af35ebfc37b378442a238f1894e5bec962 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
};