1
0
mirror of https://github.com/django/django.git synced 2025-06-05 19:49:13 +00:00

[1.8.x] Fixed #25123 -- Corrected makemessages --extension help text

Backport of 561c018d88203826cb9fd370e03a28e829871b75 from master
This commit is contained in:
Cesar Canassa 2015-07-14 11:31:02 +02:00 committed by Tim Graham
parent 8c64c971e5
commit 83b32422aa

View File

@ -207,7 +207,7 @@ class Command(BaseCommand):
parser.add_argument('--all', '-a', action='store_true', dest='all',
default=False, help='Updates the message files for all existing locales.')
parser.add_argument('--extension', '-e', dest='extensions',
help='The file extension(s) to examine (default: "html,txt", or "js" '
help='The file extension(s) to examine (default: "html,txt,py", or "js" '
'if the domain is "djangojs"). Separate multiple extensions with '
'commas, or use -e multiple times.',
action='append')