Commit a8f6a72d by Daniel Hahler Committed by Sébastien Eustace

install: help: remove duplicate info (#64)

Removes duplicated "(multple values allowed)" information from `poetry
help install`:

    % poetry install -h
    Usage:
    …
      -E, --extras=EXTRAS   Extra sets of dependencies to install
      (multiple values allowed). (multiple values allowed)
parent e56b43a9
...@@ -9,8 +9,7 @@ class InstallCommand(VenvCommand): ...@@ -9,8 +9,7 @@ class InstallCommand(VenvCommand):
{ --no-dev : Do not install dev dependencies. } { --no-dev : Do not install dev dependencies. }
{ --dry-run : Outputs the operations but will not execute anything { --dry-run : Outputs the operations but will not execute anything
(implicitly enables --verbose). } (implicitly enables --verbose). }
{ --E|extras=* : Extra sets of dependencies to install { --E|extras=* : Extra sets of dependencies to install. }
(multiple values allowed). }
""" """
help = """The <info>install</info> command reads the <comment>pyproject.toml</> file from help = """The <info>install</info> command reads the <comment>pyproject.toml</> file from
......
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