Make dokku help friendlier
This commit is contained in:
6
commands
6
commands
@@ -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
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user