Skip to content

Commit

Permalink
Fixed typo in TemplateCommand argument help text.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippbosch authored and timgraham committed Jan 2, 2018
1 parent d065c92 commit 248fa20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/core/management/templates.py
Expand Up @@ -59,7 +59,7 @@ def add_arguments(self, parser):
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.'
)

Expand Down

0 comments on commit 248fa20

Please sign in to comment.