Skip to content

Commit ca74472

Browse files
djbrownmkniewallner
authored andcommitted
docs: fix reference to invalid option --require
The "--require" option does not exist. I guess it should be the previous `--dependency` option.
1 parent 7222118 commit ca74472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ poetry init
126126
* `--author`: Author of the package.
127127
* `--python` Compatible Python versions.
128128
* `--dependency`: Package to require with a version constraint. Should be in format `foo:1.0.0`.
129-
* `--dev-dependency`: Development requirements, see `--require`.
129+
* `--dev-dependency`: Development requirements, see `--dependency`.
130130

131131

132132
## install

0 commit comments

Comments
 (0)