]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin-reset.c
Make usage strings dash-less
[thirdparty/git.git] / builtin-reset.c
index a0321694c5c3d5798d28f8fe14493652e0dd0054..2e5a8867ac74fd1bc2ab8d5121baa7971b3b69d0 100644 (file)
@@ -20,8 +20,8 @@
 #include "parse-options.h"
 
 static const char * const git_reset_usage[] = {
-       "git-reset [--mixed | --soft | --hard] [-q] [<commit>]",
-       "git-reset [--mixed] <commit> [--] <paths>...",
+       "git reset [--mixed | --soft | --hard] [-q] [<commit>]",
+       "git reset [--mixed] <commit> [--] <paths>...",
        NULL
 };