Reword --quiet description

This commit is contained in:
Markus Mäkelä 2020-06-01 08:15:03 +03:00
parent d9fdf3adc1
commit 4ee7dc7972
No known key found for this signature in database
GPG Key ID: 5CE746D557ACC499

View File

@ -56,7 +56,7 @@ program
})
.option('q', {
alias: 'quiet',
describe: 'Silence all output. This option is not used in the interactive mode.',
describe: 'Silence all output. Ignored while in interactive mode.',
default: false,
type: 'boolean'
})