From b7277b8ba6a7e60d0c08adbd0429c83ed4e859ca Mon Sep 17 00:00:00 2001 From: Adrian Calinescu Date: Mon, 30 Mar 2020 00:02:29 +0300 Subject: [PATCH] Fix debug phrasing --- destreamer.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/destreamer.ts b/destreamer.ts index 8741574..2d360cd 100644 --- a/destreamer.ts +++ b/destreamer.ts @@ -40,8 +40,8 @@ const argv = yargs.options({ }, verbose: { alias: "v", - describe: `Print additional informations to the console - (don't use this if you don't need/ not told to)`, + describe: `Print additional information to the console + (use this before opening an issue on GitHub)`, type: "boolean", default: false, demandOption: false