Merge pull request #849 from vr8hub/undodoc

Correct undo documentation to match code order of parameters
This commit is contained in:
罗泽轩 2020-06-21 17:42:22 +08:00 committed by GitHub
commit f06ba9f70b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
\fBgit\-undo\fR \- Remove latest commits
.
.SH "SYNOPSIS"
\fBgit\-undo\fR [<commitcount>] [\-s, \-\-soft, \-h, \-\-hard]
\fBgit\-undo\fR [\-s, \-\-soft, \-h, \-\-hard] [<commitcount>]
.
.SH "DESCRIPTION"
Removes the latest commits\.

View file

@ -76,7 +76,7 @@
<h2 id="SYNOPSIS">SYNOPSIS</h2>
<p><code>git-undo</code> [&lt;commitcount&gt;] [-s, --soft, -h, --hard]</p>
<p><code>git-undo</code> [-s, --soft, -h, --hard] [&lt;commitcount&gt;]</p>
<h2 id="DESCRIPTION">DESCRIPTION</h2>

View file

@ -3,7 +3,7 @@ git-undo(1) -- Remove latest commits
## SYNOPSIS
`git-undo` [&lt;commitcount&gt;] [-s, --soft, -h, --hard]
`git-undo` [-s, --soft, -h, --hard] [&lt;commitcount&gt;]
## DESCRIPTION