mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Fixes #101 by expanding the help text default value
This commit is contained in:
parent
a04933e5ce
commit
f443f29047
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ class Command(BaseCommand):
|
|||
"-e", "--ext",
|
||||
dest="ext", action="store", default="html",
|
||||
help="extension of the files you want to "
|
||||
"sync with the database [default: %default]")
|
||||
"sync with the database [default: %(default)s]")
|
||||
parser.add_argument(
|
||||
"-f", "--force",
|
||||
action="store_true", dest="force", default=False,
|
||||
|
|
|
|||
Loading…
Reference in a new issue