From 1193b34926cc5fa8d0c0b5d8a3d247369989329b Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 9 Feb 2021 00:14:42 +0000 Subject: [PATCH] Add missing -p/-P/-w/-W/--license to manpage Changes implementing the -p/-P, -w/-W and --license options did not add corresponding manpage entries for them, so correct that oversight now. Change-Id: I06e7deccf96f6fc37871e049970d1c53a5df29db Task: #41792 --- git-review.1 | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/git-review.1 b/git-review.1 index e2f82664..1fba1227 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 June 12th, 2015 +.Dd 2021-02-09 .Dt GIT\-REVIEW 1 .Sh NAME .Nm git\-review @@ -151,6 +151,14 @@ Sets the target topic for this change on the Gerrit server. If not specified, a bug number from the commit summary will be used. Alternatively, the local branch name will be used if different from remote branch. .It Fl T , Fl \-no\-topic Submit review without topic. +.It Fl p , Fl \-private +Send patch as a private patch ready for review. Gerrit versions >= 2.15 +.It Fl P , Fl \-remove\-private +Send patch which already in private state to normal patch. Gerrit versions >= 2.15 +.It Fl w , Fl \-work\-in\-progress +Send patch as work in progress for Gerrit versions >= 2.15 +.It Fl W , Fl \-ready +Send patch that is already work in progress as ready for review. Gerrit versions >= 2.15 .It Fl \-reviewers Ar reviewer ... Subscribe one or more reviewers to the uploaded patch sets. Reviewers should be identifiable by Gerrit (usually use their Gerrit username or email address). .It Fl \-notify Ar type @@ -195,6 +203,8 @@ on the command line. .It Fl \-use-pushurl Use the pushurl option for the origin remote rather than conventional separate Gerrit remotes. +.It Fl \-license +Print the license text and exit. .It Fl \-version Print the version number and exit. .El