date.c: add "show_date()" function.
[gitweb.git] / diff-tree.c
index b8abe207c50762b87332c6a1061a359db9de17c3..cdd224c147321a060b43c5256fa47c92cc794929 100644 (file)
@@ -363,7 +363,8 @@ static int diff_tree_stdin(char *line)
        return -1;
 }
 
-static char *diff_tree_usage = "diff-tree [-p] [-r] [-z] <tree sha1> <tree sha1>";
+static char *diff_tree_usage =
+"diff-tree [-p] [-r] [-z] [--stdin] [-m] [-s] [-v] <tree sha1> <tree sha1>";
 
 int main(int argc, char **argv)
 {