Skip to content

Commit

Permalink
docs: Fix typo in usage example (#2493)
Browse files Browse the repository at this point in the history
* docs: Fix typo in usage example

license -> licenses

* Add news change
  • Loading branch information
Matthieu-LAURENT39 authored Dec 14, 2023
1 parent 126122f commit 515a845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/usage/dependency.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ You can also pass `--resolve` to `pdm list`, which will show the packages resolv
By default, name, version and location will be shown in the list output, you can view more fields or specify the order of fields by `--fields` option:

```bash
pdm list --fields name,license,version
pdm list --fields name,licenses,version
```

For all supported fields, please refer to the [CLI reference](../reference/cli.md#list_1).
Expand Down
1 change: 1 addition & 0 deletions news/0.doc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix typo in usage/dependency docs.

0 comments on commit 515a845

Please sign in to comment.