MXS-1300: Disable all output with --quiet

As the option is currently only used for testing, it's better to have it
produce no output at all.
This commit is contained in:
Markus Mäkelä
2017-07-14 19:29:02 +03:00
parent 738dc48df7
commit 18f05578c3
2 changed files with 3 additions and 2 deletions

View File

@ -55,7 +55,7 @@ program
})
.option('q', {
alias: 'quiet',
describe: 'Output only errors',
describe: 'Silence all output',
default: 'false',
type: 'boolean'
})