squash help: corrects option name in PR

This commit is contained in:
tom 2020-10-11 14:16:52 +02:00
parent 35d44c97cc
commit da34968ec3

View file

@ -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 <sha>..HEAD will be squashed.
&lt;--squash-messages&gt;
&lt;--squash-msg&gt;
Commit the squash result with the concatenated squashed committed messages.
This option can not be used together with &lt;commit-message&gt;.