smurfix/flask-script

runserver help output is mangled

davidism opened this issue · 0 comments

./manage.py runserver --help shows the following for the -r option:

  -r, --reload          monitor Python files for changes (not 100{'const':
                        True, 'help': 'monitor Python files for changes (not
                        100% safe for production use)', 'option_strings':
                        ['-r', '--reload'], 'dest': 'use_reloader',
                        'required': False, 'nargs': 0, 'choices': None,
                        'default': None, 'prog': 'tick runserver',
                        'container': <argparse._ArgumentGroup object at
                        0x7f6d9f75ab90>, 'type': None, 'metavar': None}afe for
                        production use)

The % in "100% safe" is not escaped properly.