grep: fix grepping for "intent to add" files
[gitweb.git] / builtin / clone.c
index 2d77a2de4f3d3c73019b0b9873048f2d5747a378..53a2e5af35ebfc37b378442a238f1894e5bec962 100644 (file)
@@ -34,7 +34,7 @@
  *
  */
 static const char * const builtin_clone_usage[] = {
-       N_("git clone [options] [--] <repo> [<dir>]"),
+       N_("git clone [<options>] [--] <repo> [<dir>]"),
        NULL
 };