diff options
| author | Chris McDonough <chrism@plope.com> | 2012-04-30 18:36:07 -0700 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-04-30 18:36:07 -0700 |
| commit | bd90c4f024c1c18c7dcc2135b386c96fa53264be (patch) | |
| tree | d76696707ad4261e70ceeab8d8bffdd3076de684 /docs | |
| parent | 5f469fcd5e745ed5c811de2b47e715b0555fcbd8 (diff) | |
| parent | b9cead35e09b11c13693d6f6838b70948b568f6c (diff) | |
| download | pyramid-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.rst | 2 |
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( |
