Merge pull request #1613 from whalehub/patch-1

Fix incorrect command in meshctrl.js's --help output
This commit is contained in:
Ylian Saint-Hilaire 2020-07-17 10:45:02 -07:00 committed by GitHub
commit 4a2963efe8

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