diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-01 19:00:54 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-01 19:00:54 +0100 |
commit | 8f0294f8d091b9a10f0b7a70838080c756f4902b (patch) | |
tree | f448481b4401a0f056084efe40e59fe25ad79a39 /src/plugins/trigger | |
parent | 7a1798a7fb61edf85ee26b6cdb89e79b8b1281a3 (diff) | |
download | weechat-8f0294f8d091b9a10f0b7a70838080c756f4902b.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 e6877c881..7e1b7a76e 100644 --- a/src/plugins/trigger/trigger-command.c +++ b/src/plugins/trigger/trigger-command.c @@ -914,7 +914,7 @@ trigger_command_init () " print: buffer, tags, message, strip colors\n" " command: command (required), description, arguments, " "description of arguments, completion\n" - " command_run: command (required)\n" + " command_run: command(s) (required)\n" " timer: interval (required), align on second, max calls\n" " config: name(s) of option (required)\n" " focus: name(s) of area (required)\n" |