From b0c577ddd7cc73adfa1603841927e01a7935817e Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Mon, 27 Feb 2017 22:41:42 +0900 Subject: [PATCH] Update command in example --- plugins/apps/internal-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/apps/internal-functions b/plugins/apps/internal-functions index 274132560..4de6de77e 100755 --- a/plugins/apps/internal-functions +++ b/plugins/apps/internal-functions @@ -23,7 +23,7 @@ apps_help_cmd() { echo '' echo 'Example:' echo '' - echo '$ dokku apps' + echo '$ dokku apps:list' echo '=====> My Apps' echo 'example' echo 'example2'