diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-01 17:42:28 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-01 17:42:28 +0100 |
commit | 7a1798a7fb61edf85ee26b6cdb89e79b8b1281a3 (patch) | |
tree | 656aef9ab4068412ea301f57bdf2ac5bd0c4c933 /src/plugins/trigger | |
parent | 44b8447ff073e983bcf91e70559b474c55744e2a (diff) | |
download | weechat-7a1798a7fb61edf85ee26b6cdb89e79b8b1281a3.zip |
trigger: fix typo in /help trigger
Diffstat (limited to 'src/plugins/trigger')
-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 " |