Skip to content

Commit

Permalink
Fixed a typo in the help docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adampetrovic committed Oct 19, 2016
1 parent 3cddf4a commit 3a3ff3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -48,7 +48,7 @@ Here are some usage demos, you can also run `httpstat --help` to see full explan
<details>
<summary><strong><code>HTTPSTAT_SHOW_BODY</code></strong></summary>

Set to `true` to show resposne body in the output, note that body length
Set to `true` to show response body in the output, note that body length
is limited to 1023 bytes, will be truncated if exceeds. Default is `false`.
</details>

Expand Down
2 changes: 1 addition & 1 deletion httpstat.py
Expand Up @@ -132,7 +132,7 @@ def print_help():
--version show version.
Environments:
HTTPSTAT_SHOW_BODY Set to `true` to show resposne body in the output,
HTTPSTAT_SHOW_BODY Set to `true` to show response body in the output,
note that body length is limited to 1023 bytes, will be
truncated if exceeds. Default is `false`.
HTTPSTAT_SHOW_IP By default httpstat shows remote and local IP/port address.
Expand Down

0 comments on commit 3a3ff3b

Please sign in to comment.