diff options
author | khia <[email protected]> | 2014-04-28 10:09:49 -0700 |
---|---|---|
committer | khia <[email protected]> | 2014-04-28 10:09:49 -0700 |
commit | d15f9c41a106ada88cc037cf6d60c04d9d84c246 (patch) | |
tree | f7f41d23c22536991b5bc64ae5049eabdb1db657 /kerl | |
parent | 7c8b7463da159481b641d2b4b82d69a448a7b02d (diff) | |
parent | 108420d3fdde3029ed82acf9f34f481b4cbbf297 (diff) | |
download | kerl-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`
Diffstat (limited to 'kerl')
-rwxr-xr-x | kerl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -652,7 +652,7 @@ cleanup_usage() update_usage() { - echo "usage: $0 $1 <releases>" + echo "usage: $0 update releases" } get_active_path() |