Add --reverse to the git-rev-list usage string
commit7ccd366779dd0ff042472fd76223267c19b2e498
authorKevin Ballard <kevin@sb.org>
Wed, 19 Mar 2008 06:16:28 +0000 (19 02:16 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Mar 2008 00:31:51 +0000 (19 17:31 -0700)
tree61f14fd6c94d10dc54c8557a488e2d827b2b07bb
parent05f304526197ac6e27ce1fe2e010eb023472b30b
Add --reverse to the git-rev-list usage string

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