diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-08-15 12:35:42 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-08-15 12:35:42 +0200 |
commit | cb8b60028b990c509048e6d2d2a95adcd03c1292 (patch) | |
tree | a03c65e1743b5c11c2c11e78e33084f741693d79 /src/plugins | |
parent | ba820a0172c88c9ca8ab8ecd402d4491c7629dbc (diff) | |
download | weechat-cb8b60028b990c509048e6d2d2a95adcd03c1292.zip |
trigger: fix /help trigger
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/trigger/trigger-command.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/trigger/trigger-command.c b/src/plugins/trigger/trigger-command.c index b896d981a..0bcb1e369 100644 --- a/src/plugins/trigger/trigger-command.c +++ b/src/plugins/trigger/trigger-command.c @@ -1160,7 +1160,8 @@ trigger_command_init () " signal: name(s) of signal (required)\n" " hsignal: name(s) of hsignal (required)\n" " modifier: name(s) of modifier (required)\n" - " line: list of buffer masks, tags\n" + " line: buffer type (\"formatted\", \"free\" or \"*\"), " + "list of buffer masks, tags\n" " print: buffer, tags, message, strip colors\n" " command: command (required), description, arguments, " "description of arguments, completion\n" |