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) {