Grammar fixes and reword a few things.

This commit is contained in:
Armando Lüscher
2018-07-28 16:09:43 +00:00
parent 68ce7b68f7
commit c22170580a
2 changed files with 12 additions and 12 deletions

2
app.js
View File

@@ -90,7 +90,7 @@ var argv = yargs.parse();
function errorHandler(message) {
console.error('Error: \n ' + message + '\n');
console.error('Hint:\n Use the option ' + chalk.green('--help') + ' to get help about the usage');
console.error('Hint:\n Use the ' + chalk.green('--help') + ' option to get help about the usage');
process.exit(1);
}