diff options
| author | Ahmed <git@gumx.cc> | 2026-06-18 12:44:38 +0300 |
|---|---|---|
| committer | Ahmed <git@gumx.cc> | 2026-06-18 12:44:38 +0300 |
| commit | c41a6faab04bbf0cdb89e18299e88946557ddf99 (patch) | |
| tree | 1241d1b25d232cd839e93b6b24e4bcf7c6464ef4 /alfred/helpstrings.py | |
| parent | 4a482539d09b4d3dd3fb5875f2987fc427fe4ba8 (diff) | |
fix: help string and mail list mod command
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 2abaa5f..009a42a 100644 --- a/alfred/helpstrings.py +++ b/alfred/helpstrings.py @@ -59,12 +59,13 @@ VPN = { "remove": "vpn remove: remove a peer live and from wg0.conf. usage: !vpn remove name", } -LIST_TOPIC = "list: members subscribe unsubscribe send. type !help list <cmd> for details" +LIST_TOPIC = "list: members subscribe unsubscribe send mod. type !help list <cmd> for details" LIST = { "members": "list members: show all subscribers. usage: !list members", "subscribe": "list subscribe: subscribe an address. usage: !list subscribe email", "unsubscribe": "list unsubscribe: unsubscribe an address. usage: !list unsubscribe email", "send": "list send: send a message to the list. usage: !list send message", + "mod": "list mod: list archive messages or remove one. usage: !list mod or !list mod rm N", } GIT_TOPIC = "git: list desc hook remove. type !help git <cmd> for details" |
