Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
cb8dc0d9
Commit
cb8dc0d9
authored
Sep 13, 2019
by
Géry Ogam
Committed by
Sébastien Eustace
Sep 13, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use consistent indicative grammar mood in command-line help (#1369)
* Update about.py * Update add.py * Update update.py
parent
58ba79c9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
poetry/console/commands/about.py
+1
-1
poetry/console/commands/add.py
+1
-1
poetry/console/commands/update.py
+1
-1
No files found.
poetry/console/commands/about.py
View file @
cb8dc0d9
...
...
@@ -3,7 +3,7 @@ from .command import Command
class
AboutCommand
(
Command
):
"""
Sho
rt
information about Poetry.
Sho
ws
information about Poetry.
about
"""
...
...
poetry/console/commands/add.py
View file @
cb8dc0d9
...
...
@@ -4,7 +4,7 @@ from .env_command import EnvCommand
class
AddCommand
(
EnvCommand
,
InitCommand
):
"""
Add a new dependency to <comment>pyproject.toml</>.
Add
s
a new dependency to <comment>pyproject.toml</>.
add
{ name* : Packages to add. }
...
...
poetry/console/commands/update.py
View file @
cb8dc0d9
...
...
@@ -3,7 +3,7 @@ from .env_command import EnvCommand
class
UpdateCommand
(
EnvCommand
):
"""
Update dependencies as according to the <comment>pyproject.toml</> file.
Update
s
dependencies as according to the <comment>pyproject.toml</> file.
update
{ packages?* : The packages to update. }
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment