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