From abf743e3bc2b5919e4aa0b144e0f2330d3edff33 Mon Sep 17 00:00:00 2001 From: kees-z Date: Wed, 8 Jun 2022 11:10:08 +0200 Subject: [PATCH] Fixed typo --- docs/06-advanced-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/06-advanced-options.md b/docs/06-advanced-options.md index ce0f94d..09eedd2 100644 --- a/docs/06-advanced-options.md +++ b/docs/06-advanced-options.md @@ -551,7 +551,7 @@ Default value: `false` ## Scripting options -With these options you can executes a script before starting an operation, and again on completion. Module is loaded automatically, use `--disable-module` to prevent this. +With these options you can execute a script before starting an operation, and again on completion. Module is loaded automatically, use `--disable-module` to prevent this. **Warning** 'before' scripts can set environment variable(s) by writing to stdout. See run-script-exemple for more information. ### run-script-before