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
class AboutCommand(Command):
"""
Short information about Poetry.
Shows information about Poetry.
about
"""
......
......@@ -4,7 +4,7 @@ from .env_command import EnvCommand
class AddCommand(EnvCommand, InitCommand):
"""
Add a new dependency to <comment>pyproject.toml</>.
Adds a new dependency to <comment>pyproject.toml</>.
add
{ name* : Packages to add. }
......
......@@ -3,7 +3,7 @@ from .env_command import 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
{ 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