Skip to content

Commit cbe44fd

Browse files
committed
Fixed env-opt documentation
1 parent 3102b37 commit cbe44fd

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
@@ -429,7 +429,7 @@ def main():
429429
)
430430
parser.add_option(
431431
"--env-opt",
432-
help="Define jinja2 Environment option in the form of option=value. Available options: %s",
432+
help="Define jinja2 Environment option in the form of option=value",
433433
dest="env",
434434
action="append",
435435
metavar="option=value",

0 commit comments

Comments
 (0)