Fix usage string of git-diff-cache and add documentation of -m flag.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano
2005-05-07 01:11:00 -07:00
parent e4f5b8c69d
commit 651df67bbc
2 changed files with 9 additions and 2 deletions

View File

@ -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)
{