diff options
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/script/script-command.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/script/script-command.c b/src/plugins/script/script-command.c index 8caabdc20..82e50cd9c 100644 --- a/src/plugins/script/script-command.c +++ b/src/plugins/script/script-command.c @@ -300,8 +300,9 @@ script_command_init () " -o: send list of loaded scripts to buffer\n" " -i: copy list of loaded scripts in command line (for " "sending to buffer)\n" - " search: search scripts by tags or text and display result " - "on scripts buffer\n" + " search: search scripts by tags, language (python, " + "perl, ...), filename extension (py, pl, ...) or text; result is " + "displayed on scripts buffer\n" " show: show detailed info about a script\n" " load: load script(s)\n" " unload: unload script(s)\n" |