diff options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/script_commands.adoc | 4 | ||||
-rw-r--r-- | doc/en/autogen/user/script_options.adoc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/autogen/user/script_commands.adoc b/doc/en/autogen/user/script_commands.adoc index 948577762..2e0ca1bb5 100644 --- a/doc/en/autogen/user/script_commands.adoc +++ b/doc/en/autogen/user/script_commands.adoc @@ -72,8 +72,8 @@ Mouse actions on script buffer: Examples: /script search url - /script install iset.pl buffers.pl - /script remove iset.pl + /script install go.py urlserver.py + /script remove go.py /script hold urlserver.py /script reload urlserver /script upgrade diff --git a/doc/en/autogen/user/script_options.adoc b/doc/en/autogen/user/script_options.adoc index ce23b0272..01412790e 100644 --- a/doc/en/autogen/user/script_options.adoc +++ b/doc/en/autogen/user/script_options.adoc @@ -225,7 +225,7 @@ ** default value: `+30+` * [[option_script.scripts.hold]] *script.scripts.hold* -** description: pass:none[scripts to "hold": comma-separated list of scripts which will never been upgraded and can not be removed, for example: "buffers.pl,iset.pl"] +** description: pass:none[scripts to "hold": comma-separated list of scripts which will never been upgraded and can not be removed, for example: "go.py,urlserver.py"] ** type: string ** values: any string ** default value: `+""+` |