Skip to content

Commit

Permalink
Fix cli docs --proxies #2124 (#2125)
Browse files Browse the repository at this point in the history
  • Loading branch information
guyskk committed Mar 14, 2022
1 parent 43a1c1c commit c82885a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpx/_main.py
Expand Up @@ -69,7 +69,7 @@ def print_help() -> None:
)

table.add_row(
"--proxy [cyan]URL",
"--proxies [cyan]URL",
"Send the request via a proxy. Should be the URL giving the proxy address.",
)

Expand Down

0 comments on commit c82885a

Please sign in to comment.