Make dokku help friendlier

This commit is contained in:
Jose Diaz-Gonzalez
2016-08-28 01:13:10 -04:00
parent b18797ed3e
commit b6c472f0c7

View File

@@ -130,8 +130,12 @@ help_list
echo ''
echo 'Additional commands:'
help_content_func | sort | column -c2 -t -s,
else
elif [[ $(ps -o command= $PPID) == *"--all"* ]]; then
help_content_func
else
cat<<help_desc
$PLUGIN_COMMAND_PREFIX, Plugin for managing $PLUGIN_SERVICE services
help_desc
fi
;;