summaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-08-15 12:35:42 +0200
committerSébastien Helleu <flashcode@flashtux.org>2018-08-15 12:35:42 +0200
commitcb8b60028b990c509048e6d2d2a95adcd03c1292 (patch)
treea03c65e1743b5c11c2c11e78e33084f741693d79 /src/plugins
parentba820a0172c88c9ca8ab8ecd402d4491c7629dbc (diff)
downloadweechat-cb8b60028b990c509048e6d2d2a95adcd03c1292.zip
trigger: fix /help trigger
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/trigger/trigger-command.c3
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"