From 12d0bd8c1f090bd16b3180744bb70da25492e914 Mon Sep 17 00:00:00 2001 From: Radek Szymczyszyn Date: Wed, 1 Nov 2017 17:53:23 +0100 Subject: Add install-docsh to the list of valid commands --- kerl | 27 ++++++++++++++------------- 1 file 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 [options ...]" printf "\n 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 } -- cgit v1.2.3