mod_pubsub_text_interface: Try to clarify help message wrt node arguments
authorKim Alvefur <zash@zash.se>
Sun, 08 Jan 2023 17:54:11 +0100
changeset 5138 e0d0ef564095
parent 5137 d7652471ae3e
child 5139 35085e0d52ad
mod_pubsub_text_interface: Try to clarify help message wrt node arguments
mod_pubsub_text_interface/mod_pubsub_text_interface.lua
--- 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"