Updated URL in --help.

This commit is contained in:
Ylian Saint-Hilaire 2022-06-27 15:22:44 -07:00
parent d1e0cd94e2
commit 1e7456f56d
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ function CreateMeshCentralServer(config, args) {
if ((obj.args.help == true) || (obj.args['?'] == true)) {
console.log('MeshCentral v' + getCurrentVersion() + ', remote computer management web portal.');
console.log('This software is open source under Apache 2.0 license.');
console.log('Details at: https://www.meshcommander.com/meshcentral2\r\n');
console.log('Details at: https://www.meshcentral.com\r\n');
if ((obj.platform == 'win32') || (obj.platform == 'linux')) {
console.log('Run as a background service');
console.log(' --install/uninstall Install MeshCentral as a background service.');