Skip to content

Commit

Permalink
Merge pull request #1491 from n8sty/master
Browse files Browse the repository at this point in the history
Fix typo + reformat help in LockCommand
  • Loading branch information
finswimmer authored Dec 4, 2019
2 parents f565ad9 + db96122 commit 2fa4678
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions poetry/console/commands/lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ class LockCommand(EnvCommand):
name = "lock"
description = "Locks the project dependencies."

help = """The <info>lock</info> command reads the <comment>pyproject.toml</> file from
the current directory, processes it, and locks the depdencies in the <comment>poetry.lock</> file.
help = """
The <info>lock</info> command reads the <comment>pyproject.toml</> file from the
current directory, processes it, and locks the dependencies in the <comment>poetry.lock</>
file.
<info>poetry lock</info>
"""
Expand Down

0 comments on commit 2fa4678

Please sign in to comment.