about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2018-02-05 21:51:14 +0000
committerJames Booth <boothj5@gmail.com>2018-02-05 21:51:14 +0000
commitbea815cc73989ab6b8b5fdcefb11306435b4c9f4 (patch)
tree7cf5d7a548dc2c665fb55421d6d71d0ddac1d440 /src/command/cmd_defs.c
parentcba17faf3dd9cb845a8f5734a213a7c708e8a05f (diff)
downloadprofani-tty-bea815cc73989ab6b8b5fdcefb11306435b4c9f4.tar.gz
Update help for /rooms
Diffstat (limited to 'src/command/cmd_defs.c')
-rw-r--r--src/command/cmd_defs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index 8bc670be..cb2aa842 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -806,7 +806,7 @@ static struct cmd_t command_defs[] =
         CMD_ARGS(
             { "service <service>",  "The conference service to query." },
             { "filter <text>",      "The text to filter results by."},
-            { "cache on|off",       "Enable or disable caching of rooms list response."},
+            { "cache on|off",       "Enable or disable caching of rooms list response, enabled by default."},
             { "cache clear",        "Clear the rooms response cache if enabled."})
         CMD_EXAMPLES(
             "/rooms",