aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}