Improved .netrc example formatting.

This commit is contained in:
Jakub Roztocil 2013-09-22 15:20:50 +02:00
parent 2ad4059f92
commit 354aaa94bd

View File

@ -501,11 +501,11 @@ With password prompt:
$ http -a username example.org
Authorization information from your ``.netrc`` file is honored as well:
Authorization information from your ``~/.netrc`` file is honored as well:
.. code-block:: bash
$ cat .netrc
$ cat ~/.netrc
machine httpbin.org
login httpie
password test