1
0
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:
Chris Faulkner 2012-03-03 14:12:49 -08:00
parent 81798ad537
commit 5d3176115a

View File

@ -35,11 +35,10 @@ 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]
method URL [item [item ...]]
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.