Skip to content

Commit

Permalink
cli: improve add command help (#9230)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4c24022)
  • Loading branch information
kinuax authored and radoering committed Apr 30, 2024
1 parent 2e655b1 commit 53673bf
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 @@ -16,7 +16,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 = [argument("name", "The packages to add.", multiple=True)]
options = [
Expand Down

0 comments on commit 53673bf

Please sign in to comment.