mirror of
https://github.com/tj/git-extras.git
synced 2026-09-13 00:46:26 -04:00
Merge pull request #849 from vr8hub/undodoc
Correct undo documentation to match code order of parameters
This commit is contained in:
commit
f06ba9f70b
|
|
@ -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\.
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@
|
|||
|
||||
<h2 id="SYNOPSIS">SYNOPSIS</h2>
|
||||
|
||||
<p><code>git-undo</code> [<commitcount>] [-s, --soft, -h, --hard]</p>
|
||||
<p><code>git-undo</code> [-s, --soft, -h, --hard] [<commitcount>]</p>
|
||||
|
||||
<h2 id="DESCRIPTION">DESCRIPTION</h2>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ git-undo(1) -- Remove latest commits
|
|||
|
||||
## SYNOPSIS
|
||||
|
||||
`git-undo` [<commitcount>] [-s, --soft, -h, --hard]
|
||||
`git-undo` [-s, --soft, -h, --hard] [<commitcount>]
|
||||
|
||||
## DESCRIPTION
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue