diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,8 +47,8 @@ error. This is useful if you want to handle your errors with traps. See the | |||
47 | ## Provided variables | 47 | ## Provided variables |
48 | 48 | ||
49 | - `${VERBOSE_ARG}`: an array variable which is `("--verbose")` when debug | 49 | - `${VERBOSE_ARG}`: an array variable which is `("--verbose")` when debug |
50 | messages are enabled, `()` otherwise. Use it by adding `${VERBOSE_ARG[@]}` in | 50 | messages are enabled, `()` otherwise. Use it by adding `"${VERBOSE_ARG[@]}"` |
51 | programs supporting the `--verbose` flag. | 51 | in programs supporting the `--verbose` flag. |
52 | 52 | ||
53 | ### Escape codes | 53 | ### Escape codes |
54 | 54 | ||