aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanmiguel <[email protected]>2017-02-20 18:06:07 +0100
committersanmiguel <[email protected]>2017-02-20 18:06:07 +0100
commit23acfaba005c2dade4c80ccdb98fd27fab95ea9a (patch)
tree602f163f7ead50cf5795302136d07767e907d1dc
parent969e022b8e432452a47f350e14eb0dfd28d3f3da (diff)
downloadkerl-23acfaba005c2dade4c80ccdb98fd27fab95ea9a.tar.gz
kerl-23acfaba005c2dade4c80ccdb98fd27fab95ea9a.tar.bz2
kerl-23acfaba005c2dade4c80ccdb98fd27fab95ea9a.zip
Revert the printf/echo change
-rwxr-xr-xkerl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerl b/kerl
index 2ea08e4..d053bd9 100755
--- a/kerl
+++ b/kerl
@@ -171,7 +171,7 @@ usage()
{
echo "kerl: build and install Erlang/OTP"
echo "usage: $0 <command> [options ...]"
- echo "\n <command> Command to be executed\n\n"
+ 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"