We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0827d76 + 677c3ee commit 4b0e7e5Copy full SHA for 4b0e7e5
news/12122.doc.rst
@@ -0,0 +1 @@
1
+Clarify --prefer-binary in CLI and docs
src/pip/_internal/cli/cmdoptions.py
@@ -670,7 +670,10 @@ def prefer_binary() -> Option:
670
dest="prefer_binary",
671
action="store_true",
672
default=False,
673
- help="Prefer older binary packages over newer source packages.",
+ help=(
674
+ "Prefer binary packages over source packages, even if the "
675
+ "source packages are newer."
676
+ ),
677
)
678
679
0 commit comments