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",