mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
squash help: corrects option name in PR
This commit is contained in:
parent
35d44c97cc
commit
da34968ec3
|
|
@ -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.
|
||||
|
||||
<--squash-messages>
|
||||
<--squash-msg>
|
||||
|
||||
Commit the squash result with the concatenated squashed committed messages.
|
||||
This option can not be used together with <commit-message>.
|
||||
|
|
|
|||
Loading…
Reference in a new issue