diff --git a/src/pip/_internal/commands/install.py b/src/pip/_internal/commands/install.py
index 8c3d86648bc..01569ea160c 100644
--- a/src/pip/_internal/commands/install.py
+++ b/src/pip/_internal/commands/install.py
@@ -110,9 +110,9 @@ def add_options(self) -> None:
default=None,
help=(
"Install packages into
. "
- "By default this will not replace existing files/folders in "
- ". Use --upgrade to replace existing packages in "
- "with new versions."
+ "This option is intended for installing into an empty directory. "
+ "It does not reliably uninstall or replace packages already present in "
+ "; to upgrade, remove the existing contents first."
),
)
cmdoptions.add_target_python_options(self.cmd_opts)