Skip to content

Commit

Permalink
consistent wording
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering authored Nov 17, 2024
1 parent aee1a4f commit fa67315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ poetry export -f requirements.txt --output requirements.txt
* `--format (-f)`: The format to export to (default: `requirements.txt`). Currently, only `constraints.txt` and `requirements.txt` are supported.
* `--output (-o)`: The name of the output file. If omitted, print to standard output.
* `--with`: The optional and non-optional dependency groups to include. By default, only the main dependencies are included.
* `--only`: The only dependency group to include. It is possible to exclude the `main` group this way.
* `--only`: The only dependency groups to include. It is possible to exclude the `main` group this way.
* `--without`: The dependency groups to ignore. (**Deprecated**)
* `--default`: Only export the main dependencies. (**Deprecated**)
* `--dev`: Include development dependencies. (**Deprecated**)
Expand Down

0 comments on commit fa67315

Please sign in to comment.