Steve Piercy
2018-10-17 44ae7362232a7f22550744ceba1a6b21be0f8751
Update docstring of pcreate to universal pyramid-cookiecutter-starter
1 files modified
6 ■■■■ changed files
src/pyramid/scripts/pcreate.py 6 ●●●● patch | view | raw | blame | history
src/pyramid/scripts/pcreate.py
@@ -27,9 +27,9 @@
        description="""\
Render Pyramid scaffolding to an output directory.
Note: As of Pyramid 1.8, this command is deprecated. Use a specific
cookiecutter instead:
https://github.com/Pylons/?q=cookiecutter
Note: As of Pyramid 1.8, this command is deprecated. Use
pyramid-cookiecutter-starter instead:
https://github.com/Pylons/pyramid-cookiecutter-starter
""",
        formatter_class=argparse.RawDescriptionHelpFormatter,
    )