mirror of
https://github.com/django/django.git
synced 2024-12-27 03:25:58 +00:00
[1.8.x] Fixed #25123 -- Corrected makemessages --extension help text
Backport of 561c018d88
from master
This commit is contained in:
parent
8c64c971e5
commit
83b32422aa
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user