diff --git a/man/git-squash.1 b/man/git-squash.1 index 6d73f4e..93923a3 100644 --- a/man/git-squash.1 +++ b/man/git-squash.1 @@ -7,7 +7,7 @@ \fBgit\-squash\fR \- Import changes from a branch . .SH "SYNOPSIS" -\fBgit\-squash\fR [<\-\-squash\-messages>] [] +\fBgit\-squash\fR [<\-\-squash\-msg>] [] . .SH "DESCRIPTION" Produce the working tree and index state as if a real merge happened without the commit or merge marks\. diff --git a/man/git-squash.html b/man/git-squash.html index a988afc..166eaf2 100644 --- a/man/git-squash.html +++ b/man/git-squash.html @@ -76,7 +76,7 @@

SYNOPSIS

-

git-squash [<--squash-messages>] <source-branch|commit ref> [<commit-message>]

+

git-squash [<--squash-msg>] <source-branch|commit ref> [<commit-message>]

DESCRIPTION

diff --git a/man/git-squash.md b/man/git-squash.md index f358ec2..82a4d06 100644 --- a/man/git-squash.md +++ b/man/git-squash.md @@ -3,7 +3,7 @@ git-squash(1) -- Import changes from a branch ## SYNOPSIS -`git-squash` [<--squash-messages>] <source-branch|commit ref> [<commit-message>] +`git-squash` [<--squash-msg>] <source-branch|commit ref> [<commit-message>] ## DESCRIPTION