summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Gorshunov <roman.gorshunov@att.com>2021-03-17 10:15:25 +0100
committerRoman Gorshunov <roman.gorshunov@att.com>2021-03-17 10:26:33 +0100
commit18189abf59723b8f754b6e0fea72e9de18d2067f (patch)
treeafb1d2c10da9f4b75d575653cc467cbbf8f2a9e6
parent281af6b87965e576f4acc9b3fef8073e6e6329ce (diff)
downloadgit-review-18189abf59723b8f754b6e0fea72e9de18d2067f.tar.gz
Add missing -h to manpage and remove -c from it
- Change implementing the -h/--help option did not add corresponding manpage entry for it. - Change removing the -c/--comaptible option did not remove corresponding manpage entry for it. Correcting these oversights now. Task: #41310 Change-Id: I548e63a778e36db65dd776aaf4e6d6a7fc103c2d
-rw-r--r--git-review.14
1 files changed, 2 insertions, 2 deletions
diff --git a/git-review.1 b/git-review.1
index aca526f..5b2218a 100644
--- a/git-review.1
+++ b/git-review.1
@@ -68,8 +68,6 @@ In that case local branch name will have a \-patch[patchsetNumber] suffix.
.Pp
The following options are available:
.Bl -tag -width indent
-.It Fl c , Fl \-compatible
-Push changes to refs compatible with Gerrit of versions before 2.3.
.It Fl d Ar change , Fl \-download= Ns Ar change
Download
.Ar change
@@ -207,6 +205,8 @@ separate Gerrit remotes.
Print the license text and exit.
.It Fl \-version
Print the version number and exit.
+.It Fl \-help
+Print the short help message and exit.
.El
.Sh CONFIGURATION
This utility can be configured by adding entries to Git configuration.