Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Move read_in_full() and write_in_full() to wrapper.c
[gitweb.git]
/
builtin-mv.c
diff --git
a/builtin-mv.c
b/builtin-mv.c
index 5530e11b89c2c05c95c8ab1e82999eec0fdcc4c5..ba9cedab6dcb92afb83646b2fdb48247d0184f7d 100644
(file)
--- a/
builtin-mv.c
+++ b/
builtin-mv.c
@@
-11,7
+11,7
@@
#include "parse-options.h"
static const char * const builtin_mv_usage[] = {
- "git
-
mv [options] <source>... <destination>",
+ "git
mv [options] <source>... <destination>",
NULL
};