summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Jacka <danjacka@gmail.com>2012-04-30 12:46:44 +1200
committerDan Jacka <danjacka@gmail.com>2012-04-30 12:46:44 +1200
commit39e0d1d2b8e9bc1169c6b2f159fa16d468aaf6c5 (patch)
tree0e2b7cdd4a6864fb1b14872bd3c979f29ce3c48b /docs
parentacc1ba52f4d2f0ecda88676db85596534a838553 (diff)
downloadpyramid-39e0d1d2b8e9bc1169c6b2f159fa16d468aaf6c5.tar.gz
pyramid-39e0d1d2b8e9bc1169c6b2f159fa16d468aaf6c5.tar.bz2
pyramid-39e0d1d2b8e9bc1169c6b2f159fa16d468aaf6c5.zip
Separator between name and value in --header option to prequest is ':', not '='
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``