Skip to content

Commit 1d53b25

Browse files
authored
Merge pull request jazzband#102 from nschlemm/nschlemm-patch-help_text
2 parents 81ba136 + f443f29 commit 1d53b25

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
@@ -29,7 +29,7 @@ def add_arguments(self, parser):
2929
"-e", "--ext",
3030
dest="ext", action="store", default="html",
3131
help="extension of the files you want to "
32-
"sync with the database [default: %default]")
32+
"sync with the database [default: %(default)s]")
3333
parser.add_argument(
3434
"-f", "--force",
3535
action="store_true", dest="force", default=False,

0 commit comments

Comments
 (0)