1
0
mirror of https://github.com/httpie/cli.git synced 2025-02-15 13:33:39 +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`: Most of the flags mirror the arguments you would use with `requests.request`. See `http -h`:
usage: httpie.py [-h] [--json | --form] [--traceback] [--ugly] usage: http [-h] [--json | --form] [--traceback] [--ugly] [--headers | --body]
[--headers | --body] [--style STYLE] [--auth AUTH] [--style STYLE] [--auth AUTH] [--verify VERIFY] [--proxy PROXY]
[--verify VERIFY] [--proxy PROXY] [--allow-redirects] [--allow-redirects] [--file PATH] [--timeout TIMEOUT]
[--file PATH] [--timeout TIMEOUT] method URL [item [item ...]]
method URL [item [item ...]]
HTTPie - cURL for humans. HTTPie - cURL for humans.