From 53673bf340f185412bfb49c5bf50113749d72d66 Mon Sep 17 00:00:00 2001 From: Kinuax Date: Sun, 24 Mar 2024 19:08:46 +0100 Subject: [PATCH] cli: improve add command help (#9230) (cherry picked from commit 4c24022192ddf0c935ce4bc1af22ef7d65c7a2b4) --- src/poetry/console/commands/add.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/poetry/console/commands/add.py b/src/poetry/console/commands/add.py index a5fcbc7a2ca..6875682ad96 100644 --- a/src/poetry/console/commands/add.py +++ b/src/poetry/console/commands/add.py @@ -16,7 +16,7 @@ class AddCommand(InstallerCommand, InitCommand): name = "add" - description = "Adds a new dependency to pyproject.toml." + description = "Adds a new dependency to pyproject.toml and installs it." arguments = [argument("name", "The packages to add.", multiple=True)] options = [