diff --git a/plugins/config/src/commands/commands.go b/plugins/config/src/commands/commands.go index 1b7f44f4016..007daa40073 100644 --- a/plugins/config/src/commands/commands.go +++ b/plugins/config/src/commands/commands.go @@ -24,8 +24,8 @@ Additional commands:` config:set (|--global) [--encoded] [--no-restart] KEY1=VALUE1 [KEY2=VALUE2 ...], Set one or more config vars config:unset (|--global) KEY1 [KEY2 ...], Unset one or more config vars config:export (|--global) [--envfile], Export a global or app environment - config:keys ( | --global) [--merged], Show keys set in environment - config:bundle ( | --global) [--merged], Bundle environment into tarfile + config:keys (|--global) [--merged], Show keys set in environment + config:bundle (|--global) [--merged], Bundle environment into tarfile ` )