From 1e7456f56d50699738797b9d726d021ada00e91c Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Mon, 27 Jun 2022 15:22:44 -0700 Subject: [PATCH] Updated URL in --help. --- meshcentral.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshcentral.js b/meshcentral.js index 7e7127fc..3d5a0590 100644 --- a/meshcentral.js +++ b/meshcentral.js @@ -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.');