Skip to content

Commit d4e9399

Browse files
authored
Fix cache clear example to use PyPI instead of pypi (#10749)
1 parent 6d300b8 commit d4e9399

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ poetry cache clear PyPI --all
263263
To only remove a specific package from a cache, you have to specify the cache entry in the following form `cache:package:version`:
264264

265265
```bash
266-
poetry cache clear pypi:requests:2.24.0
266+
poetry cache clear PyPI:requests:2.24.0
267267
```
268268

269269
### cache list

0 commit comments

Comments
 (0)