Fixes #101 by expanding the help text default value

This commit is contained in:
Nikolaus Schlemm 2019-06-19 12:34:03 +02:00 committed by GitHub
parent a04933e5ce
commit f443f29047
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,