From 18189abf59723b8f754b6e0fea72e9de18d2067f Mon Sep 17 00:00:00 2001 From: Roman Gorshunov Date: Wed, 17 Mar 2021 10:15:25 +0100 Subject: [PATCH] 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 --- git-review.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git-review.1 b/git-review.1 index aca526fb..5b2218ac 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.