diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-08-29 18:21:48 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-08-29 18:21:48 +0200 |
commit | dda2170d940645c223114b903afa6ef94ab9594d (patch) | |
tree | 3d6d1364c8f4b9a261a3f4cea559f3ea633addde /src | |
parent | 7b546bea2e374a20c52ffd71de51f91eba07256d (diff) | |
download | weechat-dda2170d940645c223114b903afa6ef94ab9594d.zip |
core: add another example of buffer name in /help filter
Diffstat (limited to 'src')
-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 eebc78048..5f22d82c4 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -7240,7 +7240,7 @@ command_init () " -all: delete all filters\n" " buffer: comma separated list of buffers where filter is active:\n" " - this is full name including plugin (example: \"irc." - "freenode.#weechat\")\n" + "freenode.#weechat\" or \"irc.server.freenode\")\n" " - \"*\" means all buffers\n" " - a name starting with '!' is excluded\n" " - wildcard \"*\" is allowed\n" |