mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Make help output more consistent
This commit is contained in:
6
dokku
6
dokku
@@ -118,9 +118,9 @@ case "$1" in
|
||||
|
||||
help)
|
||||
cat<<EOF | pluginhook commands help | sort
|
||||
help Print the list of commands
|
||||
plugins Print active plugins
|
||||
plugins-install Install active plugins
|
||||
help Print the list of commands
|
||||
plugins Print active plugins
|
||||
plugins-install Install active plugins
|
||||
EOF
|
||||
;;
|
||||
|
||||
|
||||
@@ -163,10 +163,10 @@ case "$1" in
|
||||
|
||||
help)
|
||||
cat && cat<<EOF
|
||||
config <app> display the config vars for an app
|
||||
config:get <app> KEY display a config value for an app
|
||||
config:set <app> KEY1=VALUE1 [KEY2=VALUE2 ...] set one or more config vars
|
||||
config:unset <app> KEY1 [KEY2 ...] unset one or more config vars
|
||||
config <app> Display the config vars for an app
|
||||
config:get <app> KEY Display a config value for an app
|
||||
config:set <app> KEY1=VALUE1 [KEY2=VALUE2 ...] Set one or more config vars
|
||||
config:unset <app> KEY1 [KEY2 ...] Unset one or more config vars
|
||||
EOF
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user