Skip to content

Commit

Permalink
Fix option in usage docs (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
majorgreys authored Nov 25, 2020
1 parent 014b489 commit ee86648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions riot/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ def list_venvs(ctx, pythons, pattern, venv_pattern):
Generating the base virtual environments is useful for performance to avoid
having to reinstall the local package repeatedly.
Once the base virtual environments are built, the --skip option can be used
for the run command to avoid having to install the local package."""
Once the base virtual environments are built, the ``--skip-base-install`` option
can be used for the run command to avoid having to install the local package."""
)
@RECREATE_VENVS_ARG
@SKIP_BASE_INSTALL_ARG
Expand Down

0 comments on commit ee86648

Please sign in to comment.