Skip to content

Commit 3986d76

Browse files
Fix: Documentation/help inconsistency. (#10173)
1 parent 2d59bf6 commit 3986d76

File tree

1 file changed

+2
-2
lines changed
  • src/poetry/console/commands

1 file changed

+2
-2
lines changed

src/poetry/console/commands/add.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ class AddCommand(InstallerCommand, InitCommand):
104104
(<b>git+https://github.com/python-poetry/poetry.git#develop</b>)
105105
- A subdirectory of a git repository\
106106
(<b>git+https://github.com/python-poetry/poetry.git#subdirectory=tests/fixtures/sample_project</b>)
107-
- A git SSH url (<b>git+ssh://github.com/python-poetry/poetry.git</b>)
107+
- A git SSH url (<b>git+ssh://git@github.com/python-poetry/poetry.git</b>)
108108
- A git SSH url with a revision\
109-
(<b>git+ssh://github.com/python-poetry/poetry.git#develop</b>)
109+
(<b>git+ssh://git@github.com/python-poetry/poetry.git#develop</b>)
110110
- A file path (<b>../my-package/my-package.whl</b>)
111111
- A directory (<b>../my-package/</b>)
112112
- A url (<b>https://example.com/packages/my-package-0.1.0.tar.gz</b>)

0 commit comments

Comments
 (0)