Fix incorrect command in meshctrl.js's --help output
Signed-off-by: Aaron <admin@datahoarder.dev>
Aaron committed
Jul 17, 2020 at 09:57 UTC
227d8ba90510d8387c632178c3c928347f14d1a5
1 file changed
+1
-1
meshctrl.js
+1
-1
@@ -19,7 +19,7 @@ if (args['_'].length == 0) {
19
console.log(" ServerInfo - Show server information.");
20
console.log(" UserInfo - Show user information.");
21
console.log(" ListUsers - List user accounts.");
22
- console.log(" ListUsersSessions - List online users.");
22
+ console.log(" ListUserSessions - List online users.");
23
console.log(" ListUserGroups - List user groups.");
24
console.log(" ListDevices - List devices.");
25
console.log(" ListDeviceGroups - List device groups.");