summaryrefslogtreecommitdiff
path: root/diff-cache.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-05-07 08:11:00 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-05-07 08:11:00 (GMT)
commit651df67bbc41e8d0cb84f35aa541542bd6806825 (patch)
treee739dfd48f842c620d3bf4e3214c1aa85ed4f227 /diff-cache.c
parente4f5b8c69d5f29b2b95b1febe76ccd91d1dffb33 (diff)
downloadgit-651df67bbc41e8d0cb84f35aa541542bd6806825.zip
git-651df67bbc41e8d0cb84f35aa541542bd6806825.tar.gz
git-651df67bbc41e8d0cb84f35aa541542bd6806825.tar.bz2
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/diff-cache.c b/diff-cache.c
index 7e87d28..8452719 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)
{