CC: | Slaven Rezic <slaven [...] rezic.de> |
Subject: | [PATCH] minor typo in Pod of git-cpan-squash |
Date: | Sat, 14 Feb 2009 23:41:58 +0100 |
To: | bug-Git-CPAN-Patch [...] rt.cpan.org |
From: | Slaven Rezic <slaven [...] rezic.de> |
---
scripts/git-cpan-squash | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/scripts/git-cpan-squash b/scripts/git-cpan-squash
index 2bd47bd..dab311b 100755
--- a/scripts/git-cpan-squash
+++ b/scripts/git-cpan-squash
@@ -56,7 +56,7 @@ git-cpan-squash - Combine multiple commits into one patch
=head1 DESCRIPTION
This command creates a new branch from C<cpan/master> runs
-C<git merge --squish> against your head revision. This stages all the files for
+C<git merge --squash> against your head revision. This stages all the files for
the branch and allows you to create a combined commit in order to send a single
patch easily.
--
1.6.1