diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-07-22 07:52:18 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-07-22 07:52:18 +0200 |
commit | fad9806e0831a7e32055523e2a4d70cbd57f474b (patch) | |
tree | 1c84a39d9501989fcd0ac181b37e13ebab004123 /src/core/wee-command.c | |
parent | 7be168264f101269117ee21e822b0078040e071b (diff) | |
download | weechat-fad9806e0831a7e32055523e2a4d70cbd57f474b.zip |
core: fix typo in /help window
Diffstat (limited to 'src/core/wee-command.c')
-rw-r--r-- | src/core/wee-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index e37ebc35c..215abee75 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -7980,7 +7980,7 @@ command_init () "scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|" "scroll_unread [-window <number>]" " || swap [-window <number>] [up|down|left|right]" - " || zoom[-window <number>]" + " || zoom [-window <number>]" " || bare [<delay>]"), N_(" list: list opened windows (without argument, this list is " "displayed)\n" |