diff --git a/app.js b/app.js index d2f1b3f..734768d 100644 --- a/app.js +++ b/app.js @@ -63,7 +63,7 @@ di.set('errorHandler', errorHandler); // Initialize yargs yargs.usage('Usage: $0 [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