summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 67cc5c4)
raw | patch | inline | side by side (parent: 67cc5c4)
author | Thomas Glanzmann <sithglan@stud.uni-erlangen.de> | |
Thu, 5 May 2005 19:51:34 +0000 (21:51 +0200) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Thu, 5 May 2005 20:02:26 +0000 (13:02 -0700) |
Mention the '-p' option in the usage help string of git-diff-tree.
Signed-Off-by: Thomas Glanzmann <sithglan@stud.uni-erlangen.de>
Signed-Off-by: Linus Torvalds <torvalds@osdl.org>
Signed-Off-by: Thomas Glanzmann <sithglan@stud.uni-erlangen.de>
Signed-Off-by: Linus Torvalds <torvalds@osdl.org>
diff-tree.c | patch | blob | history |
diff --git a/diff-tree.c b/diff-tree.c
index 1186c5ce6d690766f586f320889da9d78d2404b9..c689c61c6865f2c66eacdd75e23ef1626eed6f7f 100644 (file)
--- a/diff-tree.c
+++ b/diff-tree.c
@@ -250,7 +250,7 @@ static int diff_tree_sha1(const unsigned char *old, const unsigned char *new, co
return retval;
}
-static char *diff_tree_usage = "diff-tree [-r] [-z] <tree sha1> <tree sha1>";
+static char *diff_tree_usage = "diff-tree [-p] [-r] [-z] <tree sha1> <tree sha1>";
int main(int argc, char **argv)
{