Skip to content

Commit

Permalink
doc: fix incorrect cli option (#2865)
Browse files Browse the repository at this point in the history
  • Loading branch information
rememberYou authored Aug 30, 2020
1 parent c22052c commit d14e6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ poetry install --remove-untracked
```

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
poetry install --extras "mysql pgsql"
Expand Down

0 comments on commit d14e6f3

Please sign in to comment.