From 5aad72f2bc1527e1fcdf460f0a36b0bcc4117b4a Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 6 May 2005 13:17:13 -0700 Subject: [PATCH] Document --stdin, -m, -s, and -v flags to git-diff-tree This updates the usage message string and Documentation/core-git.txt to describe the new flags added to the git-diff-tree command. Signed-off-by: Junio C Hamano Signed-off-by: Linus Torvalds --- diff-tree.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'diff-tree.c') diff --git a/diff-tree.c b/diff-tree.c index b8abe207c5..cdd224c147 100644 --- a/diff-tree.c +++ b/diff-tree.c @@ -363,7 +363,8 @@ static int diff_tree_stdin(char *line) return -1; } -static char *diff_tree_usage = "diff-tree [-p] [-r] [-z] "; +static char *diff_tree_usage = +"diff-tree [-p] [-r] [-z] [--stdin] [-m] [-s] [-v] "; int main(int argc, char **argv) { -- cgit 1.2.3-korg