Mercurial > prosody-modules
changeset 5134:e0d0ef564095
mod_pubsub_text_interface: Try to clarify help message wrt node arguments
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 08 Jan 2023 17:54:11 +0100 |
parents | d7652471ae3e |
children | 35085e0d52ad |
files | mod_pubsub_text_interface/mod_pubsub_text_interface.lua |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_pubsub_text_interface/mod_pubsub_text_interface.lua Sun Jan 08 17:53:14 2023 +0100 +++ b/mod_pubsub_text_interface/mod_pubsub_text_interface.lua Sun Jan 08 17:54:11 2023 +0100 @@ -13,10 +13,10 @@ - `help` - this help message - `list` - list available nodes - `subscriptions` - list nodes you are subscribed to -- `subscribe node` - subscribe to a node -- `unsubscribe node` - unsubscribe from a node]]; +- `subscribe NODE` - subscribe to a node +- `unsubscribe NODE` - unsubscribe from a node]]; if pubsub.get_last_item then -- COMPAT not available in 0.10 - help = help .. "\n- `last node` - send the last item (again)" + help = help .. "\n- `last NODE` - send the last item (again)" end -- FIXME better word for "node"