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.
1 parent ee02fa3 commit 9c4cb13Copy full SHA for 9c4cb13
src/pip/_internal/cli/cmdoptions.py
@@ -770,7 +770,7 @@ def _handle_dependency_group(
770
callback=_handle_dependency_group,
771
metavar="[path:]group",
772
help='Install a named dependency-group from a "pyproject.toml" file. '
773
- 'If a path is given, it must end in "pyproject.toml:". '
+ 'If a path is given, the name of the file must be "pyproject.toml". '
774
'Defaults to using "pyproject.toml" in the current directory.',
775
)
776
0 commit comments