From aabc95a538d17177ac324c2fa9324913568b9574 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Tue, 16 Jun 2026 23:02:43 +0300 Subject: fix: few alfred commands about services and mlmmj --- alfred/helpstrings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'alfred/helpstrings.py') 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 for details" -SRV_TOPIC = "srv: uptime disk mem load status net top topmem io conns who logs. type !help srv for details" +SRV_TOPIC = "srv: uptime disk mem load status net top topmem io conns who logs scan. type !help srv 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 for details" -- cgit v1.2.3