From 4ee7dc797259febf8d15e2fbb69813018c820534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Mon, 1 Jun 2020 08:15:03 +0300 Subject: [PATCH] Reword --quiet description --- maxctrl/lib/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' })