We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04933e commit f443f29Copy full SHA for f443f29
dbtemplates/management/commands/sync_templates.py
@@ -27,7 +27,7 @@ def add_arguments(self, parser):
27
"-e", "--ext",
28
dest="ext", action="store", default="html",
29
help="extension of the files you want to "
30
- "sync with the database [default: %default]")
+ "sync with the database [default: %(default)s]")
31
parser.add_argument(
32
"-f", "--force",
33
action="store_true", dest="force", default=False,
0 commit comments