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