Kaydet (Commit) 561c018d authored tarafından Cesar Canassa's avatar Cesar Canassa Kaydeden (comit) Tim Graham

Fixed #25123 -- Corrected makemessages --extension help text

üst 64f731e7
......@@ -213,7 +213,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')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment