Make usage strings dash-less
[gitweb.git] / builtin-clone.c
index ec362096003be447f1d84f8203d37e577911f4f9..8112716c108e5d4d21fa9d3cf3300bfdb06afd20 100644 (file)
@@ -29,7 +29,7 @@
  *
  */
 static const char * const builtin_clone_usage[] = {
-       "git-clone [options] [--] <repo> [<dir>]",
+       "git clone [options] [--] <repo> [<dir>]",
        NULL
 };