Change the url in help
This commit is contained in:
2
app.js
2
app.js
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user