mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-12 15:33:20 -05:00
Merge pull request #1613 from whalehub/patch-1
Fix incorrect command in meshctrl.js's --help output
This commit is contained in:
commit
4a2963efe8
@ -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…
Reference in New Issue
Block a user