aboutsummaryrefslogtreecommitdiffstats
path: root/alfred/helpstrings.py
diff options
context:
space:
mode:
Diffstat (limited to 'alfred/helpstrings.py')
-rw-r--r--alfred/helpstrings.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/alfred/helpstrings.py b/alfred/helpstrings.py
index 2abaa5f..15362be 100644
--- a/alfred/helpstrings.py
+++ b/alfred/helpstrings.py
@@ -59,12 +59,14 @@ 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 ls rm. 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",
+ "ls": "list ls: show latest n archive entries. usage: !list ls or !list ls n",
+ "rm": "list rm: remove a message from the archive. usage: !list rm id",
}
GIT_TOPIC = "git: list desc hook remove. type !help git <cmd> for details"