diff options
author | Minijackson <minijackson@riseup.net> | 2021-11-09 13:52:33 +0100 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2021-11-09 13:52:33 +0100 |
commit | a7e41570dad064503e71de86bc0b9d145bfb32ac (patch) | |
tree | eeccaee49baede7610b2f3c3dbf5875bb7387911 /README.md | |
parent | 0103a1961804640c570f951f97420201cd219071 (diff) | |
download | bash-lib-a7e41570dad064503e71de86bc0b9d145bfb32ac.tar.gz bash-lib-a7e41570dad064503e71de86bc0b9d145bfb32ac.zip |
Diffstat (limited to 'README.md')
-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 | ||