mirror of
https://github.com/Hopiu/django.git
synced 2026-04-15 20:41:17 +00:00
Fixed typo in TemplateCommand argument help text.
This commit is contained in:
parent
d065c92678
commit
248fa208cb
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…
Reference in a new issue