Skip to content

Commit

Permalink
Clarify that --global-options is used for bdist_wheel too
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Apr 3, 2021
1 parent 6e1f503 commit 5d7b2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pip/_internal/cli/cmdoptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 5d7b2a1

Please sign in to comment.