From e97792c460372e6a2e1ed1d15d2deddca5cd9dad Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Fri, 2 Nov 2018 22:58:20 +0000 Subject: [PATCH] Tweak help output for users and chans to indicate multiple arguments are possible --- conf/help.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/help.json b/conf/help.json index 47a0ff3..995abdb 100644 --- a/conf/help.json +++ b/conf/help.json @@ -20,6 +20,6 @@ "loadmod": "loadmod ", "msg": "msg ", "mon": "mon -h", - "chans": "chans ", - "users": "users " + "chans": "chans [ ...]", + "users": "users [ ...]" }