Skip to content

Commit

Permalink
Updating test and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fidian committed Oct 1, 2020
1 parent 67ba8ba commit 4c332c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion API.md
Expand Up @@ -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.

--

Expand Down
11 changes: 6 additions & 5 deletions tests/help.expected
Expand Up @@ -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

0 comments on commit 4c332c9

Please sign in to comment.