diff options
author | Paul Fariello <paul@fariello.eu> | 2018-09-05 12:29:31 +0200 |
---|---|---|
committer | Paul Fariello <paul@fariello.eu> | 2018-09-05 13:52:20 +0200 |
commit | 4d703c7eb0cf06c962aec030e65b25d4e1295067 (patch) | |
tree | 9965d08dcd4beef95f17b0370b4668d6362dd0d2 /src | |
parent | 1d3baa99a7fb1e5e479536197a165f3c13a87af0 (diff) | |
download | profani-tty-4d703c7eb0cf06c962aec030e65b25d4e1295067.tar.gz |
Fix description for config commands
Diffstat (limited to 'src')
-rw-r--r-- | src/command/cmd_defs.c | 4 |
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." }, |