Skip to content

Commit

Permalink
Add --reverse to the git-rev-list usage string
Browse files Browse the repository at this point in the history
git-rev-list accepts --reverse, as documented in
the manpage, but the usage string does not list it.

Signed-off-by: Kevin Ballard <kevin@sb.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Kevin Ballard authored and Junio C Hamano committed Mar 20, 2008
1 parent 05f3045 commit 7ccd366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builtin-rev-list.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ static const char rev_list_usage[] =
" ordering output:\n"
" --topo-order\n"
" --date-order\n"
" --reverse\n"
" formatting output:\n"
" --parents\n"
" --objects | --objects-edge\n"
Expand Down

0 comments on commit 7ccd366

Please sign in to comment.