mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
[2.0.x] Fixed typo in TemplateCommand argument help text.
Backport of 248fa208cb
from master
This commit is contained in:
parent
8f67eeaef4
commit
de29c1f950
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class TemplateCommand(BaseCommand):
|
|||
parser.add_argument(
|
||||
'--name', '-n', dest='files',
|
||||
action='append', default=[],
|
||||
help='The file name(s) to render. Separate multiple extensions '
|
||||
help='The file name(s) to render. Separate multiple file names '
|
||||
'with commas, or use -n multiple times.'
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue