diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/wee-command.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 5c1956bed..83a061713 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -6591,9 +6591,9 @@ command_init () "match many buffers\n" " tags: comma separated list of tags, for example " "\"irc_join,irc_part,irc_quit\"\n" - " (it is possible to combine many tags as a logical " - "\"and\" with separator \"+\", for example: " - "\"nick_toto+irc_action\")\n" + " - logical \"and\": use \"+\" between tags (for " + "example: \"nick_toto+irc_action\")\n" + " - tags can start or end with '*'\n" " regex: regular expression to search in line\n" " - use '\\t' to separate prefix from message, special " "chars like '|' must be escaped: '\\|'\n" |