]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Fix cli docs --proxies #2124 (#2125)
authorkk <guyskk@qq.com>
Mon, 14 Mar 2022 16:51:39 +0000 (00:51 +0800)
committerGitHub <noreply@github.com>
Mon, 14 Mar 2022 16:51:39 +0000 (17:51 +0100)
httpx/_main.py

index 7bd6b90846ee1d61fc636a7c077b09bbec5b947f..ebcb65214faf1a5ada123f9e2589988928406357 100644 (file)
@@ -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.",
     )