summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-12-31 12:01:33 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-12-31 12:01:33 -0500
commit5dfcf97c54da649391d74c5bfc1f46c78a075081 (patch)
treeb2b2834f2a67200adf871ab06002c9f21da52f9e
parentaf6ac6ea9ef779c0f88fd456e8d73636f22773ce (diff)
fix typo in usage output for librecommit
-rwxr-xr-xlibrecommit2
1 files changed, 1 insertions, 1 deletions
diff --git a/librecommit b/librecommit
index d3ddbff..1698bed 100755
--- a/librecommit
+++ b/librecommit
@@ -25,7 +25,7 @@ usage () {
echo
echo "$0 [optionally files to commit]"
echo
- echo "This script commits the package using name, pkgver an pkgver"
+ echo "This script commits the package using name, pkgver and pkgrel"
echo
exit 1
}