From 9d6edf5c2e699c742a6776e64e14751c44a59b84 Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Mon, 17 Aug 2020 15:24:33 -0700 Subject: [PATCH] MeshCtrl.js fix. --- meshctrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshctrl.js b/meshctrl.js index cbb3adbe..e9edcc1a 100644 --- a/meshctrl.js +++ b/meshctrl.js @@ -603,7 +603,7 @@ if (args['_'].length == 0) { } case 'deviceopenurl': { console.log("Open a web page on a remote device, Example usages:\r\n"); - console.log(winRemoveSingleQuotes(" MeshCtrl DeviceOpenUrl --id 'deviceid' --url http://meshcentral.com")); + console.log(winRemoveSingleQuotes(" MeshCtrl DeviceOpenUrl --id 'deviceid' --openurl http://meshcentral.com")); console.log("\r\nRequired arguments:\r\n"); if (process.platform == 'win32') { console.log(" --id [deviceid] - The device identifier.");