Skip to content

Commit ee0d3b7

Browse files
io-aws-labrob-spoor
authored andcommitted
Fixed env-opt documentation
1 parent b438f11 commit ee0d3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jinja2cli/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ def main():
491491
)
492492
parser.add_option(
493493
"--env-opt",
494-
help="Define jinja2 Environment option in the form of option=value. Available options: %s",
494+
help="Define jinja2 Environment option in the form of option=value",
495495
dest="env",
496496
action="append",
497497
metavar="option=value",

0 commit comments

Comments
 (0)