about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-11-08 22:43:42 +0000
committerJames Booth <boothj5@gmail.com>2015-11-08 22:43:42 +0000
commit6feaa12253774e6c4da2f29d262a5f592c761cd5 (patch)
treeafd762d23bd7acc37128215200ebd60481b28923 /src/command
parent8230a284452df723c5656252f06b460df650491f (diff)
downloadprofani-tty-6feaa12253774e6c4da2f29d262a5f592c761cd5.tar.gz
Fixed /time help examples
fixes #650
Diffstat (limited to 'src/command')
-rw-r--r--src/command/command.c7
1 files 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 <format>", "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",