Skip to content

Commit

Permalink
Format js code
Browse files Browse the repository at this point in the history
  • Loading branch information
grant authored and roman-vanesyan committed Jul 27, 2017
1 parent f249c85 commit df3b529
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df3b529

Please sign in to comment.