diff options
author | sanmiguel <[email protected]> | 2016-06-13 21:12:56 +0200 |
---|---|---|
committer | sanmiguel <[email protected]> | 2016-06-13 21:12:56 +0200 |
commit | c9df892c1e8ed455a656dee8116bbcd99c71db8c (patch) | |
tree | d5f94c44ad6c99fd2633bfcc5306df13b3cca6db | |
parent | b25ef76d301c77189ebdc796a3c81effa75d79e5 (diff) | |
download | kerl-c9df892c1e8ed455a656dee8116bbcd99c71db8c.tar.gz kerl-c9df892c1e8ed455a656dee8116bbcd99c71db8c.tar.bz2 kerl-c9df892c1e8ed455a656dee8116bbcd99c71db8c.zip |
Tweak usage output for version command
-rwxr-xr-x | kerl | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -169,8 +169,7 @@ usage() echo " status Print available builds and installations" echo " prompt Print a string suitable for insertion in prompt" echo " cleanup Remove compilation artifacts (use after installation)" - echo - echo "version: $KERL_VERSION" + echo " version Print current version (current: $KERL_VERSION)" exit 1 } |