From 44ae7362232a7f22550744ceba1a6b21be0f8751 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Wed, 17 Oct 2018 14:22:31 -0700 Subject: Update docstring of pcreate to universal pyramid-cookiecutter-starter --- src/pyramid/scripts/pcreate.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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, ) -- cgit v1.2.3