Commit ca74472b by Daniel Brown Committed by Mathieu Kniewallner

docs: fix reference to invalid option --require

The "--require" option does not exist. I guess it should be the previous `--dependency` option.
parent 72221188
...@@ -126,7 +126,7 @@ poetry init ...@@ -126,7 +126,7 @@ poetry init
* `--author`: Author of the package. * `--author`: Author of the package.
* `--python` Compatible Python versions. * `--python` Compatible Python versions.
* `--dependency`: Package to require with a version constraint. Should be in format `foo:1.0.0`. * `--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 ## install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment