Merge pull request #102 from nschlemm/nschlemm-patch-help_text

This commit is contained in:
John Vandenberg 2020-05-06 00:31:10 +07:00 committed by GitHub
commit 1d53b25cc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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