aboutsummaryrefslogtreecommitdiffstats
path: root/alfred/helpstrings.py
diff options
context:
space:
mode:
authorAhmed <git@gumx.cc>2026-06-16 23:02:43 +0300
committerAhmed <git@gumx.cc>2026-06-16 23:02:43 +0300
commitaabc95a538d17177ac324c2fa9324913568b9574 (patch)
tree08f8e916876a9c3460b0426163f1b7492011ca53 /alfred/helpstrings.py
parent2ec606411139edea79bbd7b98a0f9a22350fbaff (diff)
fix: few alfred commands about services and mlmmj
Diffstat (limited to 'alfred/helpstrings.py')
-rw-r--r--alfred/helpstrings.py3
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"