From ed4eeaf203d0f293bd5ffc2a0ad8711f052db1f3 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Thu, 5 May 2005 21:51:34 +0200 Subject: [PATCH] [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 Signed-Off-by: Linus Torvalds --- diff-tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] "; +static char *diff_tree_usage = "diff-tree [-p] [-r] [-z] "; int main(int argc, char **argv) { -- GitLab