From 11cc90d5f67027052692f5f606e2359e886a5574 Mon Sep 17 00:00:00 2001 From: vr8ce Date: Mon, 15 Jun 2020 23:13:05 -0500 Subject: [PATCH] Correct undo documentation to match code order of parameters --- man/git-undo.1 | 2 +- man/git-undo.html | 2 +- man/git-undo.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/git-undo.1 b/man/git-undo.1 index d982af129..efdc56849 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 8ddb4ca0d..8ce589cd0 100644 --- a/man/git-undo.html +++ b/man/git-undo.html @@ -76,7 +76,7 @@

NAME

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 76bfeb1ae..7886f8087 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