diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-11-18 18:22:16 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-11-18 18:22:16 +0100 |
commit | 50421cf27f93310c53e71151fa0cafee09f597d9 (patch) | |
tree | 825a4537bc2db13ce0253b004db9faf351b5118e /doc/en/autogen/user | |
parent | 917ce33ef16dda86cfc7a309c97b7afc1a16f9cd (diff) | |
download | weechat-50421cf27f93310c53e71151fa0cafee09f597d9.zip |
Update user guide
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/weechat_options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt index c7ef6665f..0586b4e9c 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -349,7 +349,7 @@ ** values: none, highlight, message, all (default value: `all`) * *weechat.look.buffer_time_format* -** description: `time format for each line displayed in buffers` +** description: `time format for each line displayed in buffers (see man strftime for date/time specifiers)` ** type: string ** values: any string (default value: `"%H:%M:%S"`) @@ -444,7 +444,7 @@ ** values: 0 .. 65535 (default value: `32`) * *weechat.look.item_time_format* -** description: `time format for "time" bar item` +** description: `time format for "time" bar item (see man strftime for date/time specifiers)` ** type: string ** values: any string (default value: `"%H:%M"`) |