Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ You can configure a package source as a secondary source with `priority = "secon
source configuration.

```bash
poetry source add --priority=secondary https://foo.bar/simple/
poetry source add --priority=secondary foo https://foo.bar/simple/
```

There can be more than one secondary package source.
Expand All @@ -247,7 +247,7 @@ You can configure a package source as a supplemental source with `priority = "su
source configuration.

```bash
poetry source add --priority=supplemental https://foo.bar/simple/
poetry source add --priority=supplemental foo https://foo.bar/simple/
```

There can be more than one supplemental package source.
Expand Down