Code

Windows: Make sure argv[0] has a path
[git.git] / builtin-rm.c
index abdab7f001587e819aecb5c5f7e8dcbb10a5dd48..ee8247b08cd007f73d5dfffa560a9efe33d327b9 100644 (file)
@@ -11,7 +11,7 @@
 #include "parse-options.h"
 
 static const char * const builtin_rm_usage[] = {
-       "git-rm [options] [--] <file>...",
+       "git rm [options] [--] <file>...",
        NULL
 };