From 227d8ba90510d8387c632178c3c928347f14d1a5 Mon Sep 17 00:00:00 2001 From: Aaron Date: Fri, 17 Jul 2020 09:57:50 +0200 Subject: [PATCH] Fix incorrect command in meshctrl.js's --help output Signed-off-by: Aaron --- meshctrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshctrl.js b/meshctrl.js index 0eef7220..9916f2a7 100644 --- a/meshctrl.js +++ b/meshctrl.js @@ -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.");