Change the url in help

This commit is contained in:
Mohammad Fares 2018-10-01 12:22:52 +03:00
parent cae8881fe9
commit 2c4f4848db
1 changed files with 1 additions and 1 deletions

2
app.js
View File

@ -63,7 +63,7 @@ di.set('errorHandler', errorHandler);
// Initialize yargs
yargs.usage('Usage: $0 <command> [options]')
// Add link
.epilogue('For more information, check https://www.terminalizer.com')
.epilogue('For more information, check https://terminalizer.com')
// Set the version number
.version(package.version)
// Add aliases for version and help options