Make dokku help friendlier

This commit is contained in:
Jose Diaz-Gonzalez
2016-08-28 01:10:46 -04:00
parent 1a598944df
commit f6a30dbd7b

View File

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