mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-05-28 08:48:21 +00:00
Merge pull request #102 from nschlemm/nschlemm-patch-help_text
This commit is contained in:
commit
1d53b25cc2
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,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