diff --git a/man/git-undo.1 b/man/git-undo.1 index d982af1..efdc568 100644 --- a/man/git-undo.1 +++ b/man/git-undo.1 @@ -7,7 +7,7 @@ \fBgit\-undo\fR \- Remove latest commits . .SH "SYNOPSIS" -\fBgit\-undo\fR [] [\-s, \-\-soft, \-h, \-\-hard] +\fBgit\-undo\fR [\-s, \-\-soft, \-h, \-\-hard] [] . .SH "DESCRIPTION" Removes the latest commits\. diff --git a/man/git-undo.html b/man/git-undo.html index 8ddb4ca..8ce589c 100644 --- a/man/git-undo.html +++ b/man/git-undo.html @@ -76,7 +76,7 @@

SYNOPSIS

-

git-undo [<commitcount>] [-s, --soft, -h, --hard]

+

git-undo [-s, --soft, -h, --hard] [<commitcount>]

DESCRIPTION

diff --git a/man/git-undo.md b/man/git-undo.md index 76bfeb1..7886f80 100644 --- a/man/git-undo.md +++ b/man/git-undo.md @@ -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