From 2ef6ea4b96edf45fe425d53a71c6b528c7586f61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Mar=C3=ADa=20Guti=C3=A9rrez=20=40TheTechOddBug?= Date: Sat, 10 Oct 2020 01:08:32 +0200 Subject: [PATCH] Fixing summary for --squash-msg option. --- man/git-squash.1 | 2 +- man/git-squash.html | 2 +- man/git-squash.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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