Skip to content

Commit

Permalink
Fixed env-opt documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
io-aws-lab authored and rob-spoor committed Feb 1, 2023
1 parent 6d60ada commit 5ec0a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jinja2cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ def main():
)
parser.add_option(
"--env-opt",
help="Define jinja2 Environment option in the form of option=value. Available options: %s",
help="Define jinja2 Environment option in the form of option=value",
dest="env",
action="append",
metavar="option=value",
Expand Down

0 comments on commit 5ec0a02

Please sign in to comment.