提交 ed4eeaf2 编写于 作者: T Thomas Glanzmann 提交者: Linus Torvalds

[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: NThomas Glanzmann <sithglan@stud.uni-erlangen.de>
Signed-Off-by: NLinus Torvalds <torvalds@osdl.org>
上级 67cc5c4e
......@@ -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)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册