Commit de8aa3a9 authored by Claude Paroz's avatar Claude Paroz
Browse files

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

Thanks n0nam3 for the patch.
parent bc46f67f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"). '