]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin-revert.c
Make usage strings dash-less
[thirdparty/git.git] / builtin-revert.c
index 0270f9b85a8229d30ab3fab5ce73661f383b005e..ebfa3bb48856c1e5b42f9e330dbd46cb0cd1964c 100644 (file)
  */
 
 static const char * const revert_usage[] = {
-       "git-revert [options] <commit-ish>",
+       "git revert [options] <commit-ish>",
        NULL
 };
 
 static const char * const cherry_pick_usage[] = {
-       "git-cherry-pick [options] <commit-ish>",
+       "git cherry-pick [options] <commit-ish>",
        NULL
 };