Correct .Fl typo WRT --compare in the manual page

.Fl includes a dash for free when listing command line options, so
replace a typo of ---compare with --compare in the manual page.

Change-Id: Icaa6d87e954ebba75d534ed96f3632d80077f762
This commit is contained in:
Steve Kowalik 2014-01-12 15:40:06 +08:00
parent 7a85ba60cf
commit 86d4f43ec4

View File

@ -156,7 +156,7 @@ Gerrit.
When submitting a change for review, you will usually want it to be based on the tip of upstream branch in order to avoid possible conflicts. When amending a change and rebasing the new patchset, the Gerrit web interface will show a difference between the two patchsets which contains all commits in between. This may confuse many reviewers that would expect to see a much simpler difference.
.Pp
Also can be used for
.Fl --compare
.Fl -compare
to skip automatic rebase of fetched reviews.
.It Fl -version
Print the version number and exit.