mirror of
https://github.com/httpie/cli.git
synced 2024-11-22 15:53:13 +01:00
Fixed the order of args to grep in README.
This commit is contained in:
parent
8e170b059c
commit
541c75ed5c
@ -756,7 +756,7 @@ Or the output of another program:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ grep /var/log/httpd/error_log '401 Unauthorized' | http POST example.org/intruders
|
||||
$ grep '401 Unauthorized' /var/log/httpd/error_log | http POST example.org/intruders
|
||||
|
||||
|
||||
You can use ``echo`` for simple data:
|
||||
|
Loading…
Reference in New Issue
Block a user