mirror of
https://github.com/httpie/cli.git
synced 2024-11-24 08:22:22 +02:00
Correct usage string in README.
This commit is contained in:
parent
81798ad537
commit
5d3176115a
@ -35,10 +35,9 @@ The data to be sent can also be passed via `stdin`:
|
||||
|
||||
Most of the flags mirror the arguments you would use with `requests.request`. See `http -h`:
|
||||
|
||||
usage: httpie.py [-h] [--json | --form] [--traceback] [--ugly]
|
||||
[--headers | --body] [--style STYLE] [--auth AUTH]
|
||||
[--verify VERIFY] [--proxy PROXY] [--allow-redirects]
|
||||
[--file PATH] [--timeout TIMEOUT]
|
||||
usage: http [-h] [--json | --form] [--traceback] [--ugly] [--headers | --body]
|
||||
[--style STYLE] [--auth AUTH] [--verify VERIFY] [--proxy PROXY]
|
||||
[--allow-redirects] [--file PATH] [--timeout TIMEOUT]
|
||||
method URL [item [item ...]]
|
||||
|
||||
HTTPie - cURL for humans.
|
||||
|
Loading…
Reference in New Issue
Block a user