summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/core/management/templates.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/core/management/templates.py b/django/core/management/templates.py
index ccb2a04ea6..b132a81507 100644
--- a/django/core/management/templates.py
+++ b/django/core/management/templates.py
@@ -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.'
)