# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1673196851 -3600
# Node ID e0d0ef56409594965383a19bf63a0c35e0599d1b
# Parent  d7652471ae3eb5d9c30eaadf4990a3b3880c274b
mod_pubsub_text_interface: Try to clarify help message wrt node arguments

diff -r d7652471ae3e -r e0d0ef564095 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"