summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-04-29 17:49:59 -0700
committerChris McDonough <chrism@plope.com>2012-04-29 17:49:59 -0700
commit5f469fcd5e745ed5c811de2b47e715b0555fcbd8 (patch)
tree0e2b7cdd4a6864fb1b14872bd3c979f29ce3c48b /docs
parentacc1ba52f4d2f0ecda88676db85596534a838553 (diff)
parent39e0d1d2b8e9bc1169c6b2f159fa16d468aaf6c5 (diff)
downloadpyramid-5f469fcd5e745ed5c811de2b47e715b0555fcbd8.tar.gz
pyramid-5f469fcd5e745ed5c811de2b47e715b0555fcbd8.tar.bz2
pyramid-5f469fcd5e745ed5c811de2b47e715b0555fcbd8.zip
Merge pull request #591 from danjacka/master
Documentation fix
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 886e075e3..1485caefc 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``