]> git.ipfire.org Git - thirdparty/git.git/blobdiff - diff-tree.c
[PATCH] Clean up diff option descriptions.
[thirdparty/git.git] / diff-tree.c
index f499d2ead5f3977fb0b5be2b21765c94a87ffd6f..4e80526afa3f55f71d0309c47b5eb1f04d6be402 100644 (file)
@@ -395,7 +395,9 @@ static int diff_tree_stdin(char *line)
 }
 
 static char *diff_tree_usage =
-"git-diff-tree [-p] [-r] [-z] [--stdin] [-m] [-s] [-v] [--pretty] [-t] [-R] [-B] [-M] [-C] [--find-copies-header] [-O<orderfile>] [-S<string>] [--pickaxe-all] <tree-ish> <tree-ish>";
+"git-diff-tree [--stdin] [-m] [-s] [-v] [--pretty] [-t] "
+"[<common diff options>] <tree-ish> <tree-ish>"
+COMMON_DIFF_OPTIONS_HELP;
 
 int main(int argc, const char **argv)
 {