diff options
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/trigger/trigger-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/trigger/trigger-command.c b/src/plugins/trigger/trigger-command.c index 4a6e5e1a8..e6877c881 100644 --- a/src/plugins/trigger/trigger-command.c +++ b/src/plugins/trigger/trigger-command.c @@ -916,7 +916,7 @@ trigger_command_init () "description of arguments, completion\n" " command_run: command (required)\n" " timer: interval (required), align on second, max calls\n" - " config: name of option (required)\n" + " config: name(s) of option (required)\n" " focus: name(s) of area (required)\n" " conditions: evaluated conditions for the trigger\n" " regex: one or more regular expressions to replace strings " |