aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadek Szymczyszyn <[email protected]>2017-11-01 17:53:23 +0100
committerRadek Szymczyszyn <[email protected]>2017-11-03 17:48:08 +0100
commit12d0bd8c1f090bd16b3180744bb70da25492e914 (patch)
tree06ab940813cbcf7815d681cf9ce9bfcb68309e71
parent6fcc12ee7ae0f2d58c113d2ced8a02fbe5a9bd7d (diff)
downloadkerl-12d0bd8c1f090bd16b3180744bb70da25492e914.tar.gz
kerl-12d0bd8c1f090bd16b3180744bb70da25492e914.tar.bz2
kerl-12d0bd8c1f090bd16b3180744bb70da25492e914.zip
Add install-docsh to the list of valid commands
-rwxr-xr-xkerl27
1 files changed, 14 insertions, 13 deletions
diff --git a/kerl b/kerl
index 96e9a4c..a4b70f5 100755
--- a/kerl
+++ b/kerl
@@ -174,19 +174,20 @@ usage()
echo "usage: $0 <command> [options ...]"
printf "\n <command> Command to be executed\n\n"
echo "Valid commands are:"
- echo " build Build specified release or git repository"
- echo " install Install the specified release at the given location"
- echo " deploy Deploy the specified installation to the given host and location"
- echo " update Update the list of available releases from your source provider"
- echo " list List releases, builds and installations"
- echo " delete Delete builds and installations"
- echo " path Print the path of a given installation"
- echo " active Print the path of the active installation"
- echo " plt Print Dialyzer PLT path for the active installation"
- 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 " version Print current version (current: $KERL_VERSION)"
+ echo " build Build specified release or git repository"
+ echo " install Install the specified release at the given location"
+ echo " deploy Deploy the specified installation to the given host and location"
+ echo " update Update the list of available releases from your source provider"
+ echo " list List releases, builds and installations"
+ echo " delete Delete builds and installations"
+ echo " install-docsh Install erl shell documentation access extension - docsh"
+ echo " path Print the path of a given installation"
+ echo " active Print the path of the active installation"
+ echo " plt Print Dialyzer PLT path for the active installation"
+ 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 " version Print current version (current: $KERL_VERSION)"
exit 1
}