Skip to content

Commit 5d7b2a1

Browse files
committed
Clarify that --global-options is used for bdist_wheel too
1 parent 6e1f503 commit 5d7b2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/cli/cmdoptions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ def _handle_no_use_pep517(option, opt, value, parser):
847847
action="append",
848848
metavar="options",
849849
help="Extra global options to be supplied to the setup.py "
850-
"call before the install command.",
850+
"call before the install or bdist_wheel command.",
851851
) # type: Callable[..., Option]
852852

853853
no_clean = partial(

0 commit comments

Comments
 (0)