Skip to content

Commit e02094f

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

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
@@ -488,7 +488,7 @@ def main():
488488
)
489489
parser.add_option(
490490
"--env-opt",
491-
help="Define jinja2 Environment option in the form of option=value. Available options: %s",
491+
help="Define jinja2 Environment option in the form of option=value",
492492
dest="env",
493493
action="append",
494494
metavar="option=value",

0 commit comments

Comments
 (0)