Skip to content

Commit 9c4cb13

Browse files
sirosenpfmoore
andcommitted
Update src/pip/_internal/cli/cmdoptions.py
Co-authored-by: Paul Moore <[email protected]>
1 parent ee02fa3 commit 9c4cb13

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
@@ -770,7 +770,7 @@ def _handle_dependency_group(
770770
callback=_handle_dependency_group,
771771
metavar="[path:]group",
772772
help='Install a named dependency-group from a "pyproject.toml" file. '
773-
'If a path is given, it must end in "pyproject.toml:". '
773+
'If a path is given, the name of the file must be "pyproject.toml". '
774774
'Defaults to using "pyproject.toml" in the current directory.',
775775
)
776776

0 commit comments

Comments
 (0)