aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Allen <[email protected]>2016-06-13 14:27:33 -0500
committerGitHub <[email protected]>2016-06-13 14:27:33 -0500
commit6d75a24d8af0f451178a5e9e951677cbda1058fe (patch)
treed5f94c44ad6c99fd2633bfcc5306df13b3cca6db
parentb25ef76d301c77189ebdc796a3c81effa75d79e5 (diff)
parentc9df892c1e8ed455a656dee8116bbcd99c71db8c (diff)
downloadkerl-6d75a24d8af0f451178a5e9e951677cbda1058fe.tar.gz
kerl-6d75a24d8af0f451178a5e9e951677cbda1058fe.tar.bz2
kerl-6d75a24d8af0f451178a5e9e951677cbda1058fe.zip
Merge pull request #144 from kerl/mtc-version-tweak
Tweak usage output for version command
-rwxr-xr-xkerl3
1 files changed, 1 insertions, 2 deletions
diff --git a/kerl b/kerl
index 29802a1..a1ea41b 100755
--- a/kerl
+++ b/kerl
@@ -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
}