mirror of
https://github.com/git/git.git
synced 2026-05-31 11:19:02 +02:00
[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>
This commit is contained in:
committed by
Linus Torvalds
parent
67cc5c4ef8
commit
ed4eeaf203
+1
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user