diff --git a/Readme.md b/Readme.md index 3135a9443..acc40499e 100644 --- a/Readme.md +++ b/Readme.md @@ -285,9 +285,9 @@ program .command('getstream [url]', 'get stream URL') .parse(process.argv); - if (!process.argv.slice(2).length) { - program.outputHelp(make_red); - } +if (!process.argv.slice(2).length) { + program.outputHelp(make_red); +} function make_red(txt) { return colors.red(txt); //display the help text in red on the console