Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
mktree --missing: updated usage message and man page
[gitweb.git]
/
builtin-mktree.c
diff --git
a/builtin-mktree.c
b/builtin-mktree.c
index e1c9a2701adf4e692385336a764003b28134067d..5ff04753b756a72c521d6a95321417812e90e865 100644
(file)
--- a/
builtin-mktree.c
+++ b/
builtin-mktree.c
@@
-63,7
+63,7
@@
static void write_tree(unsigned char *sha1)
}
static const char *mktree_usage[] = {
- "git mktree [-z]",
+ "git mktree [-z]
[--missing]
",
NULL
};