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