mirror of
https://github.com/httpie/cli.git
synced 2024-11-07 16:34:35 +01:00
Improved .netrc example formatting.
This commit is contained in:
parent
2ad4059f92
commit
354aaa94bd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user