summaryrefslogtreecommitdiff
path: root/docs/narr/commandline.rst
diff options
context:
space:
mode:
authorMarin Rukavina <marin@shinyshell.net>2012-05-01 18:12:11 +0200
committerMarin Rukavina <marin@shinyshell.net>2012-05-01 18:12:11 +0200
commitfaf33bf3bf999c8b38aa79a8bae11d4078bc4739 (patch)
tree07be0c3e31c8717c94251d8f7b0d27b05281b913 /docs/narr/commandline.rst
parent99e617c44d4f55041f2da31c81cff520d403b80a (diff)
parentbd90c4f024c1c18c7dcc2135b386c96fa53264be (diff)
downloadpyramid-faf33bf3bf999c8b38aa79a8bae11d4078bc4739.tar.gz
pyramid-faf33bf3bf999c8b38aa79a8bae11d4078bc4739.tar.bz2
pyramid-faf33bf3bf999c8b38aa79a8bae11d4078bc4739.zip
Merge remote-tracking branch 'Pylons/master'
Diffstat (limited to 'docs/narr/commandline.rst')
-rw-r--r--docs/narr/commandline.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/commandline.rst b/docs/narr/commandline.rst
index 886e075e3..4be436836 100644
--- a/docs/narr/commandline.rst
+++ b/docs/narr/commandline.rst
@@ -460,7 +460,7 @@ to the console.
You can add request header values by using the ``--header`` option::
- $ bin/prequest --header=Host=example.com development.ini /
+ $ bin/prequest --header=Host:example.com development.ini /
Headers are added to the WSGI environment by converting them to their
CGI/WSGI equivalents (e.g. ``Host=example.com`` will insert the ``HTTP_HOST``
@@ -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(