diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-02 13:29:58 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-02 13:29:58 +0200 |
commit | a0d0711bb089eb9b07ae5c30e519619b980ce78c (patch) | |
tree | b5b802a717b8ff0683a546ef42130afae5c07c5d /src/core | |
parent | dfe3ee6b18c3699e92d684d1935b9332e5a2f9e1 (diff) | |
download | weechat-a0d0711bb089eb9b07ae5c30e519619b980ce78c.zip |
core: use an integer for seconds in command /window bare <delay>
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/wee-command.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index f38477878..cde611957 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -7632,8 +7632,7 @@ command_init () "for target window)\n" " zoom: zoom on window\n" " bare: toggle bare display (with optional delay in " - "seconds, as decimal number, for automatic return to standard " - "display mode)\n" + "seconds for automatic return to standard display mode)\n" "\n" "For splith and splitv, pct is a percentage which represents size of " "new window, computed with current window as size reference. For " @@ -7650,8 +7649,8 @@ command_init () " /window scroll -d\n" " zoom on window #2:\n" " /window zoom -window 2\n" - " enable bare display for 2.5 seconds:\n" - " /window bare 2.5"), + " enable bare display for 2 seconds:\n" + " /window bare 2"), "list" " || -1 -window %(windows_numbers)" " || +1 -window %(windows_numbers)" |