From cb8b60028b990c509048e6d2d2a95adcd03c1292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 15 Aug 2018 12:35:42 +0200 Subject: trigger: fix /help trigger --- src/plugins/trigger/trigger-command.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/plugins') 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" -- cgit v1.2.3