aboutsummaryrefslogtreecommitdiff
path: root/diff-cache.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-05-23 18:20:39 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-23 19:17:06 -0700
commitb1c006dd651fce55e25a7b06d00382cfdc1a3f91 (patch)
treeaed220d44be468ab52db5a3848ae625d24821635 /diff-cache.c
parentbceafe752c03f4b13b9b1671a55d9e2acd26432d (diff)
downloadgit-b1c006dd651fce55e25a7b06d00382cfdc1a3f91.tar.gz
git-b1c006dd651fce55e25a7b06d00382cfdc1a3f91.tar.xz
[PATCH] Update git-diff-cache documentation.
The recent diff updates gave diff-cache the same ability to filter paths, which was not properly documented. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
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 579a673f6..744fffb7c 100644
--- a/diff-cache.c
+++ b/diff-cache.c
@@ -154,7 +154,7 @@ static void mark_merge_entries(void)
}
static char *diff_cache_usage =
-"git-diff-cache [-p] [-r] [-z] [-m] [-M] [-C] [-R] [-S<string>] [--cached] <tree-ish>";
+"git-diff-cache [-p] [-r] [-z] [-m] [-M] [-C] [-R] [-S<string>] [--cached] <tree-ish> [<path>...]";
int main(int argc, const char **argv)
{