Skip to content

Commit

Permalink
cli: improve add command help (#9230)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinuax committed Mar 24, 2024
1 parent 63a9942 commit 4c24022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/poetry/console/commands/add.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

class AddCommand(InstallerCommand, InitCommand):
name = "add"
description = "Adds a new dependency to <comment>pyproject.toml</>."
description = "Adds a new dependency to <comment>pyproject.toml</> and installs it."

arguments: ClassVar[list[Argument]] = [
argument("name", "The packages to add.", multiple=True)
Expand Down

0 comments on commit 4c24022

Please sign in to comment.