From a7e41570dad064503e71de86bc0b9d145bfb32ac Mon Sep 17 00:00:00 2001 From: Minijackson Date: Tue, 9 Nov 2021 13:52:33 +0100 Subject: README: disambiguate quoting of VERBOSE_ARG --- README.md | 4 ++-- 1 file 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 ## Provided variables - `${VERBOSE_ARG}`: an array variable which is `("--verbose")` when debug - messages are enabled, `()` otherwise. Use it by adding `${VERBOSE_ARG[@]}` in - programs supporting the `--verbose` flag. + messages are enabled, `()` otherwise. Use it by adding `"${VERBOSE_ARG[@]}"` + in programs supporting the `--verbose` flag. ### Escape codes -- cgit v1.2.3