about summary refs log tree commit diff stats
path: root/src/command/command.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-01-21 00:20:31 +0000
committerJames Booth <boothj5@gmail.com>2014-01-21 00:20:31 +0000
commit9549cf431eb3ee64b1dbc7c93e02f10f7db05089 (patch)
tree9324d102e278a55e10e44977cc1993bdf8ecc338 /src/command/command.c
parent0e2fbeb350f667ee6c4f86e49e320cc4cd9a5cc5 (diff)
downloadprofani-tty-9549cf431eb3ee64b1dbc7c93e02f10f7db05089.tar.gz
Tidied /statuses help
Diffstat (limited to 'src/command/command.c')
-rw-r--r--src/command/command.c20
1 files changed, 11 insertions, 9 deletions
diff --git a/src/command/command.c b/src/command/command.c
index 717656bf..674cc430 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -761,18 +761,20 @@ static struct cmd_t command_defs[] =
           "----------------------------------",
           "Configure how presence changes are displayed in various windows.",
           "Settings for the console:",
-          "all - Show all presence changes in the console",
-          "online - Show only when contacts log in/out.",
-          "none - Don't show any presence changes in the console.",
+          "  all - Show all presence changes in the console",
+          "  online - Show only when contacts log in/out.",
+          "  none - Don't show any presence changes in the console.",
           "Settings for chat windows:",
-          "all - Show all presence changes in the contact's chat window if one is open.",
-          "online - Show only when contacts log in/out.",
-          "none - Don't show any presence changes in the chat windows.",
+          "  all - Show all presence changes in the contact's chat window if one is open.",
+          "  online - Show only when contacts log in/out.",
+          "  none - Don't show any presence changes in the chat windows.",
           "Settings for chat room windows:",
-          "on - Show presence changes in chat rooms.",
-          "off - Do not show presence changes in chat rooms (user entering/leaving are still displayed).",
+          "  on - Show presence changes in chat rooms.",
+          "  off - Do not show presence changes in chat rooms.",
           "The defaults are:",
-          "console - all, chat - all, muc - on.",
+          "  console - all",
+          "  chat - all",
+          "  muc - on",
           NULL } } },
 
     { "/away",