diff --git a/man/git-squash.md b/man/git-squash.md index ba2ca4b..3cc258f 100644 --- a/man/git-squash.md +++ b/man/git-squash.md @@ -19,7 +19,7 @@ git-squash(1) -- squash N last changes up to a ref'ed commit A commit reference (has to be from the current branch) can also be used as the first argument. A range of commits ..HEAD will be squashed. - <--squash-messages> + <--squash-msg> Commit the squash result with the concatenated squashed committed messages. This option can not be used together with <commit-message>.