Fix incorrect command in meshctrl.js's --help output

Signed-off-by: Aaron <admin@datahoarder.dev>
This commit is contained in:
Aaron 2020-07-17 09:57:50 +02:00 committed by GitHub
parent 85df2da689
commit 3165bf2ff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.");