mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Update AMTWifi help typo
Update AMTWifi help typo on priority
This commit is contained in:
parent
e74c5a2ee5
commit
6e521b0702
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue