Updated URL in --help.
Ylian Saint-Hilaire committed
Jun 27, 2022 at 15:22 UTC
1e7456f56d50699738797b9d726d021ada00e91c
1 file changed
+1
-1
meshcentral.js
+1
-1
@@ -145,7 +145,7 @@ function CreateMeshCentralServer(config, args) {
145
if ((obj.args.help == true) || (obj.args['?'] == true)) {
146
console.log('MeshCentral v' + getCurrentVersion() + ', remote computer management web portal.');
147
console.log('This software is open source under Apache 2.0 license.');
148
- console.log('Details at: https://www.meshcommander.com/meshcentral2\r\n');
148
+ console.log('Details at: https://www.meshcentral.com\r\n');
149
if ((obj.platform == 'win32') || (obj.platform == 'linux')) {
150
console.log('Run as a background service');
151
console.log(' --install/uninstall Install MeshCentral as a background service.');