astaxie / bat

Go implement CLI, cURL-like tool for humans
Apache License 2.0
2.55k stars 220 forks source link

Unknown usage option -v in README.md #39

Closed kosh04 closed 9 years ago

kosh04 commented 9 years ago

Examples section in README.md is written following:

See the request that is being sent using one of the output options:

$ bat -v example.org

But -v option works print version string.

Is it typo?