summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorDan Jacka <danjacka@gmail.com>2012-05-01 13:33:35 +1200
committerDan Jacka <danjacka@gmail.com>2012-05-01 13:33:35 +1200
commitb9cead35e09b11c13693d6f6838b70948b568f6c (patch)
treed76696707ad4261e70ceeab8d8bffdd3076de684 /docs/narr
parent39e0d1d2b8e9bc1169c6b2f159fa16d468aaf6c5 (diff)
downloadpyramid-b9cead35e09b11c13693d6f6838b70948b568f6c.tar.gz
pyramid-b9cead35e09b11c13693d6f6838b70948b568f6c.tar.bz2
pyramid-b9cead35e09b11c13693d6f6838b70948b568f6c.zip
Change the example script's description string to match the console_script's name: show_settings
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/commandline.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/commandline.rst b/docs/narr/commandline.rst
index 1485caefc..4be436836 100644
--- a/docs/narr/commandline.rst
+++ b/docs/narr/commandline.rst
@@ -718,7 +718,7 @@ we'll pretend you have a distribution with a package in it named
def settings_show():
description = """\
Print the deployment settings for a Pyramid application. Example:
- 'psettings deployment.ini'
+ 'show_settings deployment.ini'
"""
usage = "usage: %prog config_uri"
parser = optparse.OptionParser(