diff --git a/API.md b/API.md index 78235f8..b58e1b0 100644 --- a/API.md +++ b/API.md @@ -36,7 +36,7 @@ Display a help message. -s=FILE, --source=FILE -Source a file into the environment before processing template files. +Source a file into the environment before processing template files. This can be used multiple times. -- diff --git a/tests/help.expected b/tests/help.expected index be6e239..9bf4de9 100644 --- a/tests/help.expected +++ b/tests/help.expected @@ -14,14 +14,15 @@ Simple usage: Options: -u, --fail-not-set - - Fail upon expansion of an unset variable. + Fail upon expansion of an unset variable. -x, --fail-on-function - - Fail when a function returns a non-zero status code. + Fail when a function returns a non-zero status code. -e, --false - - Treat the string "false" as empty for conditionals. + Treat the string "false" as empty for conditionals. -h, --help - - This message. + This message. -s=FILE, --source=FILE - - Load FILE into the environment before processing templates. + Load FILE into the environment before processing templates. + Can be used multiple times. MO_VERSION=2.2.0