Add “git-review -l” to man page synopsis and usage doc

The man page currently contains a description for -l,--list
but it is missing from the SYNOPSIS.

Change-Id: Ide808b9ad89ba68856365c90817a1dcda189735c
This commit is contained in:
Clint Adams 2015-06-12 11:37:47 -04:00
parent 28d79fb96d
commit c5a7bd09b3
2 changed files with 7 additions and 1 deletions

View File

@ -42,6 +42,10 @@ If you want to compare patchset 4 with patchset 10 of change 781 from gerrit::
git review -m 781,4-10
If you want to see a list of open reviews::
git review -l
If you just want to do the commit message and remote setup steps::
git review -s

View File

@ -1,6 +1,6 @@
.\" Uses mdoc(7). See `man 7 mdoc` for details about the syntax used here
.\"
.Dd April 4th, 2012
.Dd June 12th, 2015
.Dt GIT\-REVIEW 1
.Sh NAME
.Nm git\-review
@ -43,6 +43,8 @@
.Op Fl t Ar topic
.Op Ar branch
.Nm
.Fl l
.Nm
.Fl \-version
.Sh DESCRIPTION
.Nm