aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Allen <[email protected]>2016-05-02 21:04:02 -0500
committerMark Allen <[email protected]>2016-05-02 21:04:02 -0500
commitad85e605cd57390cc99e015806267301db5042cf (patch)
tree2bb80bdea1a8050dd0856cc348e6f7051cc4ec66
parent32ca18f02a4ca9016f16e8502767b318dd629789 (diff)
downloadkerl-ad85e605cd57390cc99e015806267301db5042cf.tar.gz
kerl-ad85e605cd57390cc99e015806267301db5042cf.tar.bz2
kerl-ad85e605cd57390cc99e015806267301db5042cf.zip
Fix doc string
-rwxr-xr-xkerl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerl b/kerl
index c5366af..1af46b4 100755
--- a/kerl
+++ b/kerl
@@ -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"