From: kk Date: Mon, 14 Mar 2022 16:51:39 +0000 (+0800) Subject: Fix cli docs --proxies #2124 (#2125) X-Git-Tag: 0.23.0~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c82885ac04f7c3439dfdd4d26614913bf09389c9;p=thirdparty%2Fhttpx.git Fix cli docs --proxies #2124 (#2125) --- diff --git a/httpx/_main.py b/httpx/_main.py index 7bd6b908..ebcb6521 100644 --- a/httpx/_main.py +++ b/httpx/_main.py @@ -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.", )