aboutsummaryrefslogtreecommitdiffstats
path: root/diff-tree.c
diff options
context:
space:
mode:
authorThomas Glanzmann <sithglan@stud.uni-erlangen.de>2005-05-05 21:51:34 +0200
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-05 13:02:26 -0700
commited4eeaf203d0f293bd5ffc2a0ad8711f052db1f3 (patch)
treed20614100adad4da9d7fb2b3a0a8f87e0e52896f /diff-tree.c
parent67cc5c4ef8b84961946e58bfb896c11b7fd33cc7 (diff)
downloadgit-ed4eeaf203d0f293bd5ffc2a0ad8711f052db1f3.tar.gz
[PATCH] git: Mention the '-p' option in the usage help string if git-diff-tree.
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>
Diffstat (limited to 'diff-tree.c')
-rw-r--r--diff-tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/diff-tree.c b/diff-tree.c
index 1186c5ce6d..c689c61c68 100644
--- 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)
{