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 committed Jul 16, 2019
1 parent 3102b37 commit cbe44fd
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 @@ -429,7 +429,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 cbe44fd

Please sign in to comment.