diff options
author | Mark Allen <[email protected]> | 2016-05-02 21:04:02 -0500 |
---|---|---|
committer | Mark Allen <[email protected]> | 2016-05-02 21:04:02 -0500 |
commit | ad85e605cd57390cc99e015806267301db5042cf (patch) | |
tree | 2bb80bdea1a8050dd0856cc348e6f7051cc4ec66 | |
parent | 32ca18f02a4ca9016f16e8502767b318dd629789 (diff) | |
download | kerl-ad85e605cd57390cc99e015806267301db5042cf.tar.gz kerl-ad85e605cd57390cc99e015806267301db5042cf.tar.bz2 kerl-ad85e605cd57390cc99e015806267301db5042cf.zip |
Fix doc string
-rwxr-xr-x | kerl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -145,7 +145,7 @@ usage() 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 erlang.org" + 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 " active Print the path of the active installation" |