diff options
Diffstat (limited to 'alfred/helpstrings.py')
| -rw-r--r-- | alfred/helpstrings.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/alfred/helpstrings.py b/alfred/helpstrings.py index 90c7dbb..e81676b 100644 --- a/alfred/helpstrings.py +++ b/alfred/helpstrings.py @@ -1,6 +1,6 @@ TOPICS = "topics: srv, bot, files, irc, coffee, vpn, list, git. type !help <topic> for details" -SRV_TOPIC = "srv: uptime disk mem load status net top topmem io conns who logs. type !help srv <cmd> for details" +SRV_TOPIC = "srv: uptime disk mem load status net top topmem io conns who logs scan. type !help srv <cmd> for details" SRV = { "uptime": "srv uptime: system uptime and load averages. usage: !srv uptime", "disk": "srv disk: disk usage for root. usage: !srv disk", @@ -14,6 +14,7 @@ SRV = { "conns": "srv conns: TCP connection summary. usage: !srv conns", "who": "srv who: currently logged-in users. usage: !srv who", "logs": "srv logs: last n lines from a service log. usage: !srv logs service or !srv logs service n", + "scan": "srv scan: run clamscan on a path. usage: !srv scan or !srv scan path (allowed: mail, 0x0 files, tmp, quarantine)", } BOT_TOPIC = "bot: list, all, name start stop restart status. type !help bot <cmd> for details" |
