Skip to content

Commit

Permalink
[docs] export command supports constraints.txt format (#7383)
Browse files Browse the repository at this point in the history
  • Loading branch information
Winand committed Jan 21, 2023
1 parent f99198c commit fa29e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ group defined in `tool.poetry.dependencies` when used without specifying any opt
### Options

* `--format (-f)`: The format to export to (default: `requirements.txt`).
Currently, only `requirements.txt` is supported.
Currently, only `constraints.txt` and `requirements.txt` are supported.
* `--output (-o)`: The name of the output file. If omitted, print to standard
output.
* `--dev`: Include development dependencies. (**Deprecated**, use `--with dev` instead)
Expand Down

0 comments on commit fa29e76

Please sign in to comment.