Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Allow the built-in exec path to be relative to the command invocation path
[gitweb.git]
/
builtin-rm.c
diff --git
a/builtin-rm.c
b/builtin-rm.c
index abdab7f001587e819aecb5c5f7e8dcbb10a5dd48..ee8247b08cd007f73d5dfffa560a9efe33d327b9 100644
(file)
--- a/
builtin-rm.c
+++ b/
builtin-rm.c
@@
-11,7
+11,7
@@
#include "parse-options.h"
static const char * const builtin_rm_usage[] = {
- "git
-
rm [options] [--] <file>...",
+ "git
rm [options] [--] <file>...",
NULL
};