summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Merickel <github@m.merickel.org>2018-10-17 20:20:05 -0500
committerGitHub <noreply@github.com>2018-10-17 20:20:05 -0500
commitf28dbb0ba8d276fad10a3cd25e4d60b298702d83 (patch)
tree12df9f45f346f94f5d178969202482b5d272d196 /src
parent182a898d0027207b9ec1f3f2b3f473528dec74b0 (diff)
parent44ae7362232a7f22550744ceba1a6b21be0f8751 (diff)
downloadpyramid-f28dbb0ba8d276fad10a3cd25e4d60b298702d83.tar.gz
pyramid-f28dbb0ba8d276fad10a3cd25e4d60b298702d83.tar.bz2
pyramid-f28dbb0ba8d276fad10a3cd25e4d60b298702d83.zip
Merge pull request #3393 from Pylons/docs-cookiecutter-universal
Update docstring of pcreate to universal pyramid-cookiecutter-starter
Diffstat (limited to 'src')
-rw-r--r--src/pyramid/scripts/pcreate.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pyramid/scripts/pcreate.py b/src/pyramid/scripts/pcreate.py
index f3dffefef..902259089 100644
--- a/src/pyramid/scripts/pcreate.py
+++ b/src/pyramid/scripts/pcreate.py
@@ -27,9 +27,9 @@ class PCreateCommand(object):
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,
)