1
0
mirror of https://github.com/django/django.git synced 2025-03-09 08:52:32 +00:00

[5.0.x] Fixed #35427 -- Corrected help text for makemessages --extension in docs/ref/django-admin.txt.

Backport of 32d163e680817e202e0def3fbb70d2450b02cffd from main.
This commit is contained in:
Shamil 2024-05-03 23:14:25 +03:00 committed by Natalia
parent e18e9315a3
commit 59c3f8a539

View File

@ -584,7 +584,7 @@ Updates the message files for all available languages.
.. django-admin-option:: --extension EXTENSIONS, -e EXTENSIONS
Specifies a list of file extensions to examine (default: ``html``, ``txt``,
``py`` or ``js`` if :option:`--domain` is ``js``).
``py`` or ``js`` if :option:`--domain` is ``djangojs``).
Example usage: