From f6a30dbd7bb9645297b27f428f5b61f888dd6428 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 28 Aug 2016 01:10:46 -0400 Subject: [PATCH] Make dokku help friendlier --- commands | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/commands b/commands index f38621c..b8b14e0 100755 --- a/commands +++ b/commands @@ -125,8 +125,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<