Skip to content

Commit

Permalink
[PATCH] git: Mention the '-p' option in the usage help string if git-…
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
Thomas Glanzmann authored and Linus Torvalds committed May 5, 2005
1 parent 67cc5c4 commit ed4eeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diff-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit ed4eeaf

Please sign in to comment.