Skip to content

Commit

Permalink
docs: fix reference to invalid option --require
Browse files Browse the repository at this point in the history
The "--require" option does not exist. I guess it should be the previous `--dependency` option.
  • Loading branch information
djbrown authored and mkniewallner committed Oct 1, 2022
1 parent 7222118 commit ca74472
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 @@ -126,7 +126,7 @@ poetry init
* `--author`: Author of the package.
* `--python` Compatible Python versions.
* `--dependency`: Package to require with a version constraint. Should be in format `foo:1.0.0`.
* `--dev-dependency`: Development requirements, see `--require`.
* `--dev-dependency`: Development requirements, see `--dependency`.


## install
Expand Down

0 comments on commit ca74472

Please sign in to comment.