forked from extern/httpie-cli
Merge pull request #225 from rockymeza/docs_grep_fix
Fixed the order of args to grep in README.
This commit is contained in:
commit
f5904d92c3
@ -756,7 +756,7 @@ Or the output of another program:
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. 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:
|
You can use ``echo`` for simple data:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user