Fixed #20256 -- Corrected startproject --template help text

Thanks n0nam3 for the patch.
This commit is contained in:
Claude Paroz 2013-05-08 09:55:40 +02:00
parent bc46f67fa8
commit de8aa3a9a9
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class TemplateCommand(BaseCommand):
option_list = BaseCommand.option_list + (
make_option('--template',
action='store', dest='template',
help='The dotted import path to load the template from.'),
help='The path or URL to load the template from.'),
make_option('--extension', '-e', dest='extensions',
action='append', default=['py'],
help='The file extension(s) to render (default: "py"). '