summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2021-11-09 13:52:33 +0100
committerMinijackson <minijackson@riseup.net>2021-11-09 13:52:33 +0100
commita7e41570dad064503e71de86bc0b9d145bfb32ac (patch)
treeeeccaee49baede7610b2f3c3dbf5875bb7387911
parent0103a1961804640c570f951f97420201cd219071 (diff)
downloadbash-lib-a7e41570dad064503e71de86bc0b9d145bfb32ac.tar.gz
bash-lib-a7e41570dad064503e71de86bc0b9d145bfb32ac.zip
README: disambiguate quoting of VERBOSE_ARGHEADmaster
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0262675..07a3df9 100644
--- a/README.md
+++ b/README.md
@@ -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