From ec80851e46b47f4b7b84d7670ca21330cae9750f Mon Sep 17 00:00:00 2001 From: "Guillermo N. Leiro Arroyo" Date: Tue, 11 Feb 2025 14:17:24 +0100 Subject: [PATCH] Fix: Documentation/help inconsistency. --- src/poetry/console/commands/add.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/poetry/console/commands/add.py b/src/poetry/console/commands/add.py index 92992249c40..0bb306eb077 100644 --- a/src/poetry/console/commands/add.py +++ b/src/poetry/console/commands/add.py @@ -104,9 +104,9 @@ class AddCommand(InstallerCommand, InitCommand): (git+https://github.com/python-poetry/poetry.git#develop) - A subdirectory of a git repository\ (git+https://github.com/python-poetry/poetry.git#subdirectory=tests/fixtures/sample_project) - - A git SSH url (git+ssh://github.com/python-poetry/poetry.git) + - A git SSH url (git+ssh://git@github.com/python-poetry/poetry.git) - A git SSH url with a revision\ - (git+ssh://github.com/python-poetry/poetry.git#develop) + (git+ssh://git@github.com/python-poetry/poetry.git#develop) - A file path (../my-package/my-package.whl) - A directory (../my-package/) - A url (https://example.com/packages/my-package-0.1.0.tar.gz)