mirror of
https://github.com/django/django.git
synced 2025-06-12 15:09:12 +00:00
[2.0.x] Fixed typo in TemplateCommand argument help text.
Backport of 248fa208cb2c7607fb7a464238fb8ebe62e6a54c from master
This commit is contained in:
parent
8f67eeaef4
commit
de29c1f950
@ -59,7 +59,7 @@ class TemplateCommand(BaseCommand):
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--name', '-n', dest='files',
|
'--name', '-n', dest='files',
|
||||||
action='append', default=[],
|
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.'
|
'with commas, or use -n multiple times.'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user