From c5a7bd09b3ee9f3df097a5587964000ba9730bb9 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Fri, 12 Jun 2015 11:37:47 -0400 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=9Cgit-review=20-l=E2=80=9D=20to=20?= =?UTF-8?q?man=20page=20synopsis=20and=20usage=20doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The man page currently contains a description for -l,--list but it is missing from the SYNOPSIS. Change-Id: Ide808b9ad89ba68856365c90817a1dcda189735c --- doc/source/usage.rst | 4 ++++ git-review.1 | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/source/usage.rst b/doc/source/usage.rst index a43c674..7eb3a23 100644 --- a/doc/source/usage.rst +++ b/doc/source/usage.rst @@ -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 diff --git a/git-review.1 b/git-review.1 index 8515835..dd7489a 100644 --- a/git-review.1 +++ b/git-review.1 @@ -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