summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-04-30 18:36:07 -0700
committerChris McDonough <chrism@plope.com>2012-04-30 18:36:07 -0700
commitbd90c4f024c1c18c7dcc2135b386c96fa53264be (patch)
treed76696707ad4261e70ceeab8d8bffdd3076de684 /docs
parent5f469fcd5e745ed5c811de2b47e715b0555fcbd8 (diff)
parentb9cead35e09b11c13693d6f6838b70948b568f6c (diff)
downloadpyramid-bd90c4f024c1c18c7dcc2135b386c96fa53264be.tar.gz
pyramid-bd90c4f024c1c18c7dcc2135b386c96fa53264be.tar.bz2
pyramid-bd90c4f024c1c18c7dcc2135b386c96fa53264be.zip
Merge pull request #592 from danjacka/master
Change the example script's description string to match the console_script's name: show_settings
Diffstat (limited to 'docs')
-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(