Commit d14e6f3e by Terencio Agozzino Committed by GitHub

doc: fix incorrect cli option (#2865)

parent c22052cb
...@@ -116,7 +116,7 @@ poetry install --remove-untracked ...@@ -116,7 +116,7 @@ poetry install --remove-untracked
``` ```
You can also specify the extras you want installed You can also specify the extras you want installed
by passing the `--E|--extras` option (See [Extras](/docs/pyproject/#extras) for more info) by passing the `-E|--extras` option (See [Extras](/docs/pyproject/#extras) for more info)
```bash ```bash
poetry install --extras "mysql pgsql" poetry install --extras "mysql pgsql"
......
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