MeshCtrl.js fix.

Ylian Saint-Hilaire committed Aug 17, 2020 at 15:24 UTC 634e3f06679ebe3b31f29f5a2a32777de00cc841
1 file changed +1 -1
meshctrl.js
+1 -1
@@ -603,7 +603,7 @@ if (args['_'].length == 0) {
603 }
604 case 'deviceopenurl': {
605 console.log("Open a web page on a remote device, Example usages:\r\n");
606 - console.log(winRemoveSingleQuotes(" MeshCtrl DeviceOpenUrl --id 'deviceid' --url http://meshcentral.com"));
606 + console.log(winRemoveSingleQuotes(" MeshCtrl DeviceOpenUrl --id 'deviceid' --openurl http://meshcentral.com"));
607 console.log("\r\nRequired arguments:\r\n");
608 if (process.platform == 'win32') {
609 console.log(" --id [deviceid] - The device identifier.");