Skip to content

Commit 320ee66

Browse files
avargitster
authored andcommitted
doc txt & -h consistency: make "diff-tree" consistent
Make the "diff-tree -h" output consistent with the *.txt version. Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 463ea0c commit 320ee66

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

builtin/diff-tree.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,9 @@ static int diff_tree_stdin(char *line)
8383
}
8484

8585
static const char diff_tree_usage[] =
86-
"git diff-tree [--stdin] [-m] [-c | --cc] [-s] [-v] [--pretty] [-t] [-r] [--root] "
87-
"[<common-diff-options>] <tree-ish> [<tree-ish>] [<path>...]\n"
86+
"git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]\n"
87+
" [-t] [-r] [-c | --cc] [--combined-all-paths] [--root] [--merge-base]\n"
88+
" [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>...]\n"
8889
"\n"
8990
" -r diff recursively\n"
9091
" -c show combined diff for merge commits\n"

0 commit comments

Comments
 (0)