]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Add --reverse to the git-rev-list usage string
authorKevin Ballard <kevin@sb.org>
Wed, 19 Mar 2008 06:16:28 +0000 (02:16 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Mar 2008 00:31:51 +0000 (17:31 -0700)
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>
builtin-rev-list.c

index d0a14169211aa499c726a436de827ea4d328f6c2..edc0bd35bb0e96a230284250dc4c40776cf7caac 100644 (file)
@@ -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"