Skip to content

Commit f443f29

Browse files
authoredJun 19, 2019
Fixes jazzband#101 by expanding the help text default value
1 parent a04933e commit f443f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎dbtemplates/management/commands/sync_templates.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def add_arguments(self, parser):
2727
"-e", "--ext",
2828
dest="ext", action="store", default="html",
2929
help="extension of the files you want to "
30-
"sync with the database [default: %default]")
30+
"sync with the database [default: %(default)s]")
3131
parser.add_argument(
3232
"-f", "--force",
3333
action="store_true", dest="force", default=False,

0 commit comments

Comments
 (0)
Please sign in to comment.