diff --git a/options.xhtml b/options.xhtml index 6803ce80b..d53822196 100644 --- a/options.xhtml +++ b/options.xhtml @@ -7115,9 +7115,10 @@ collisions between non-managed files and files defined in then the actions taken by the script should be logged to standard out and not actually performed. A convenient shell function run is provided for activation script blocks. It is used as follows:

run {command}

Runs the given command on live run, otherwise prints the command to -standard output.

run --silence {command}

Runs the given command on live run and sends its standard and error +standard output.

run --quiet {command}

Runs the given command on live run and sends its standard output to +/dev/null, otherwise prints the command to standard output.

run --silence {command}

Runs the given command on live run and sends its standard and error output to /dev/null, otherwise prints the command to standard -output.

A script block should also respect the VERBOSE variable, and if +output.

The --quiet and --silence flags are mutually exclusive.

A script block should also respect the VERBOSE variable, and if set print information on standard out that may be useful for debugging any issue that may arise. The variable VERBOSE_ARG is set to --verbose if verbose output is enabled. You can also use the