From 6feaa12253774e6c4da2f29d262a5f592c761cd5 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 8 Nov 2015 22:43:42 +0000 Subject: [PATCH] Fixed /time help examples fixes #650 --- src/command/command.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/command/command.c b/src/command/command.c index 06c44ce2..c571cffb 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -996,10 +996,11 @@ static struct cmd_t command_defs[] = { "statusbar off", "Do not show time in status bar." }, { "lastactivity set ", "Change time format for last activity." }) CMD_EXAMPLES( - "/time main set \"%d-%m-%y %H:%M\"", - "/time main off", + "/time console set %H:%M:%S", + "/time chat set \"%d-%m-%y %H:%M:%S\"", + "/time xml off", "/time statusbar set %H:%M", - "/time lastactivity set \"%d-%m-%y %H:%M\"") + "/time lastactivity set \"%d-%m-%y %H:%M:%S\"") }, { "/inpblock",