about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.c
diff options
context:
space:
mode:
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",