about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorPaul Fariello <paul@fariello.eu>2018-09-05 12:29:31 +0200
committerPaul Fariello <paul@fariello.eu>2018-09-05 13:52:20 +0200
commit4d703c7eb0cf06c962aec030e65b25d4e1295067 (patch)
tree9965d08dcd4beef95f17b0370b4668d6362dd0d2 /src/command
parent1d3baa99a7fb1e5e479536197a165f3c13a87af0 (diff)
downloadprofani-tty-4d703c7eb0cf06c962aec030e65b25d4e1295067.tar.gz
Fix description for config commands
Diffstat (limited to 'src/command')
-rw-r--r--src/command/cmd_defs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index b3bfa22d..83f3e405 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -1283,8 +1283,8 @@ static struct cmd_t command_defs[] =
             { "chat off",                  "Do not show time in chat windows." },
             { "muc set <format>",          "Set time format for chat room windows." },
             { "muc off",                   "Do not show time in chat room windows." },
-            { "config set <format>",       "Set time format for chat room config windows." },
-            { "config off",                "Do not show time in chat room config windows." },
+            { "config set <format>",       "Set time format for config windows." },
+            { "config off",                "Do not show time in config windows." },
             { "private set <format>",      "Set time format for private chat windows." },
             { "private off",               "Do not show time in private chat windows." },
             { "xml set <format>",          "Set time format for XML console window." },
'#n160'>160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211