diff --git a/maxctrl/lib/core.js b/maxctrl/lib/core.js index 08721a208..14c94868c 100644 --- a/maxctrl/lib/core.js +++ b/maxctrl/lib/core.js @@ -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' })