summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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,
)