Skip to content

Commit 284f459

Browse files
Update src/pip/_internal/cli/cmdoptions.py
Co-authored-by: Tzu-ping Chung <[email protected]>
1 parent b6da932 commit 284f459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/cli/cmdoptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ class PipOption(Option):
182182
dest="require_venv",
183183
action="store_true",
184184
default=False,
185-
help="Run pip only if inside a virtualenv, bail if not.",
185+
help="Allow pip to only run in a virtual environment; exit with an error otherwise.",
186186
)
187187

188188
verbose: Callable[..., Option] = partial(

0 commit comments

Comments
 (0)