diff options
| author | Ahmed <git@gumx.cc> | 2026-06-18 14:30:18 +0300 |
|---|---|---|
| committer | Ahmed <git@gumx.cc> | 2026-06-18 14:30:18 +0300 |
| commit | e215418d64dac88d0998cf50438abddae5670f2b (patch) | |
| tree | 4ad9ad80e64425166798a095b671360b068e2d2b /alfred/helpstrings.py | |
| parent | c41a6faab04bbf0cdb89e18299e88946557ddf99 (diff) | |
fix: mlmmj commands
Diffstat (limited to 'alfred/helpstrings.py')
| -rw-r--r-- | alfred/helpstrings.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/alfred/helpstrings.py b/alfred/helpstrings.py index 009a42a..2abaa5f 100644 --- a/alfred/helpstrings.py +++ b/alfred/helpstrings.py @@ -59,13 +59,12 @@ VPN = { "remove": "vpn remove: remove a peer live and from wg0.conf. usage: !vpn remove name", } -LIST_TOPIC = "list: members subscribe unsubscribe send mod. type !help list <cmd> for details" +LIST_TOPIC = "list: members subscribe unsubscribe send. 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" |
