Fixed #20256 -- Corrected startproject --template help text
Thanks n0nam3 for the patch.
This commit is contained in:
parent
bc46f67fa8
commit
de8aa3a9a9
|
@ -43,7 +43,7 @@ class TemplateCommand(BaseCommand):
|
||||||
option_list = BaseCommand.option_list + (
|
option_list = BaseCommand.option_list + (
|
||||||
make_option('--template',
|
make_option('--template',
|
||||||
action='store', dest='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',
|
make_option('--extension', '-e', dest='extensions',
|
||||||
action='append', default=['py'],
|
action='append', default=['py'],
|
||||||
help='The file extension(s) to render (default: "py"). '
|
help='The file extension(s) to render (default: "py"). '
|
||||||
|
|
Loading…
Reference in New Issue