diff options
author | Junio C Hamano <junkio@cox.net> | 2005-05-07 01:11:00 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-05-07 01:11:00 -0700 |
commit | 651df67bbc41e8d0cb84f35aa541542bd6806825 (patch) | |
tree | e739dfd48f842c620d3bf4e3214c1aa85ed4f227 /diff-cache.c | |
parent | e4f5b8c69d5f29b2b95b1febe76ccd91d1dffb33 (diff) | |
download | git-651df67bbc41e8d0cb84f35aa541542bd6806825.tar.gz |
Fix usage string of git-diff-cache and add documentation of -m flag.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'diff-cache.c')
-rw-r--r-- | diff-cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/diff-cache.c b/diff-cache.c index 7e87d28f3a..84527190fe 100644 --- a/diff-cache.c +++ b/diff-cache.c @@ -165,7 +165,7 @@ static void mark_merge_entries(void) } static char *diff_cache_usage = -"diff-cache [-r] [-z] [-p] [-i] [--cached] <tree sha1>"; +"git-diff-cache [-p] [-r] [-z] [-m] [--cached] <tree sha1>"; int main(int argc, char **argv) { |