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
This commit is contained in:
Roman Gorshunov 2021-03-17 10:15:25 +01:00
parent 281af6b879
commit 18189abf59
1 changed files with 2 additions and 2 deletions

View File

@ -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.