1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Fixed /time help examples

fixes #650
This commit is contained in:
James Booth 2015-11-08 22:43:42 +00:00
parent 8230a28445
commit 6feaa12253

View File

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