From 5d7b2a1bd2257e7c2b6ca6c20aa8d5a1e98cd8eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Sat, 3 Apr 2021 11:53:40 +0200 Subject: [PATCH] Clarify that --global-options is used for bdist_wheel too --- src/pip/_internal/cli/cmdoptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pip/_internal/cli/cmdoptions.py b/src/pip/_internal/cli/cmdoptions.py index 44892285cd2..72b2c9cc4af 100644 --- a/src/pip/_internal/cli/cmdoptions.py +++ b/src/pip/_internal/cli/cmdoptions.py @@ -847,7 +847,7 @@ def _handle_no_use_pep517(option, opt, value, parser): action="append", metavar="options", help="Extra global options to be supplied to the setup.py " - "call before the install command.", + "call before the install or bdist_wheel command.", ) # type: Callable[..., Option] no_clean = partial(