From da34968ec305ce732ceefc72e2027293c5b430b4 Mon Sep 17 00:00:00 2001 From: tom <8225602+elonderin@users.noreply.github.com> Date: Sun, 11 Oct 2020 14:16:52 +0200 Subject: [PATCH] squash help: corrects option name in PR --- man/git-squash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>.