Skip to content

Commit

Permalink
Update src/pip/_internal/cli/cmdoptions.py
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Moore <p.f.moore@gmail.com>
  • Loading branch information
sirosen and pfmoore authored Jan 28, 2025
1 parent 8aea313 commit 5c82ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pip/_internal/cli/cmdoptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ def _handle_dependency_group(
callback=_handle_dependency_group,
metavar="[path:]group",
help='Install a named dependency-group from a "pyproject.toml" file. '
'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". '
'Defaults to using "pyproject.toml" in the current directory.',
)

Expand Down

0 comments on commit 5c82ad8

Please sign in to comment.