diff --git a/agents/meshcmd.js b/agents/meshcmd.js index 4cd7f8f5..78771e35 100644 --- a/agents/meshcmd.js +++ b/agents/meshcmd.js @@ -398,7 +398,7 @@ function run(argv) { console.log(' --list List of stored Wifi profile'); console.log(' --add Add new Wifi profile'); console.log(' --name New Wifi profile name'); - console.log(' --priority Priority of this profile - default 1'); + console.log(' --priority Priority of this profile - default 0'); console.log(' --ssid Wifi SSID'); console.log(' --auth Wifi Authentication method (4 - WPA, 6 - WPA2/RSN) - default 6'); console.log(' --enc Wifi Encryption type (3 - TKIP, 4 - CCMP) - default 3'); @@ -2817,4 +2817,4 @@ if (serviceName == null) { // Called when the executable is not running as a service, run normally. meshcmdService.on('normalStart', function onNormalStart() { try { run(process.argv); } catch (e) { console.log("ERROR: " + e); } }); meshcmdService.run(); -} \ No newline at end of file +}