Michael Merickel
2018-10-18 f28dbb0ba8d276fad10a3cd25e4d60b298702d83
Merge pull request #3393 from Pylons/docs-cookiecutter-universal

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,
    )