diff options
Diffstat (limited to 'src/plugins/trigger/trigger-command.c')
-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 48b98b477..3563fbde5 100644 --- a/src/plugins/trigger/trigger-command.c +++ b/src/plugins/trigger/trigger-command.c @@ -713,13 +713,14 @@ trigger_command_init () "listdefault: list default triggers\n" " add: add a trigger\n" " name: name of trigger\n" - " hook: signal, hsignal, modifier, print, timer\n" + " hook: signal, hsignal, modifier, print, command_run, timer\n" " arguments: arguments for the hook, depending on hook (separated " "by semicolons):\n" " signal: name(s) of signal\n" " hsignal: name(s) of hsignal\n" " modifier: name(s) of modifier\n" " print: buffer, tags, message, strip_colors\n" + " command_run: command\n" " timer: interval, align_second, max_calls\n" " conditions: evaluated conditions for the trigger\n" " regex: one or more regular expressions to replace strings " |