mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-24 05:03:14 -05:00
Fix incorrect command in meshctrl.js's --help output
Signed-off-by: Aaron <admin@datahoarder.dev>
This commit is contained in:
parent
db3ead8be6
commit
227d8ba905
@ -19,7 +19,7 @@ if (args['_'].length == 0) {
|
||||
console.log(" ServerInfo - Show server information.");
|
||||
console.log(" UserInfo - Show user information.");
|
||||
console.log(" ListUsers - List user accounts.");
|
||||
console.log(" ListUsersSessions - List online users.");
|
||||
console.log(" ListUserSessions - List online users.");
|
||||
console.log(" ListUserGroups - List user groups.");
|
||||
console.log(" ListDevices - List devices.");
|
||||
console.log(" ListDeviceGroups - List device groups.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user