diff options
| author | Dan Jacka <danjacka@gmail.com> | 2012-05-01 13:33:35 +1200 |
|---|---|---|
| committer | Dan Jacka <danjacka@gmail.com> | 2012-05-01 13:33:35 +1200 |
| commit | b9cead35e09b11c13693d6f6838b70948b568f6c (patch) | |
| tree | d76696707ad4261e70ceeab8d8bffdd3076de684 /docs | |
| parent | 39e0d1d2b8e9bc1169c6b2f159fa16d468aaf6c5 (diff) | |
| download | pyramid-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')
| -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( |
