Commit cb8dc0d9 by Géry Ogam Committed by Sébastien Eustace

Use consistent indicative grammar mood in command-line help (#1369)

* Update about.py

* Update add.py

* Update update.py
parent 58ba79c9
...@@ -3,7 +3,7 @@ from .command import Command ...@@ -3,7 +3,7 @@ from .command import Command
class AboutCommand(Command): class AboutCommand(Command):
""" """
Short information about Poetry. Shows information about Poetry.
about about
""" """
......
...@@ -4,7 +4,7 @@ from .env_command import EnvCommand ...@@ -4,7 +4,7 @@ from .env_command import EnvCommand
class AddCommand(EnvCommand, InitCommand): class AddCommand(EnvCommand, InitCommand):
""" """
Add a new dependency to <comment>pyproject.toml</>. Adds a new dependency to <comment>pyproject.toml</>.
add add
{ name* : Packages to add. } { name* : Packages to add. }
......
...@@ -3,7 +3,7 @@ from .env_command import EnvCommand ...@@ -3,7 +3,7 @@ from .env_command import EnvCommand
class UpdateCommand(EnvCommand): class UpdateCommand(EnvCommand):
""" """
Update dependencies as according to the <comment>pyproject.toml</> file. Updates dependencies as according to the <comment>pyproject.toml</> file.
update update
{ packages?* : The packages to update. } { packages?* : The packages to update. }
......
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