aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhia <[email protected]>2014-04-28 10:09:49 -0700
committerkhia <[email protected]>2014-04-28 10:09:49 -0700
commitd15f9c41a106ada88cc037cf6d60c04d9d84c246 (patch)
treef7f41d23c22536991b5bc64ae5049eabdb1db657
parent7c8b7463da159481b641d2b4b82d69a448a7b02d (diff)
parent108420d3fdde3029ed82acf9f34f481b4cbbf297 (diff)
downloadkerl-d15f9c41a106ada88cc037cf6d60c04d9d84c246.tar.gz
kerl-d15f9c41a106ada88cc037cf6d60c04d9d84c246.tar.bz2
kerl-d15f9c41a106ada88cc037cf6d60c04d9d84c246.zip
Merge pull request #73 from vlm/patch-1
Fix confusing kerl usage string for `update`
-rwxr-xr-xkerl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerl b/kerl
index 75d4334..0dd1442 100755
--- a/kerl
+++ b/kerl
@@ -652,7 +652,7 @@ cleanup_usage()
update_usage()
{
- echo "usage: $0 $1 <releases>"
+ echo "usage: $0 update releases"
}
get_active_path()