Skip to content

Commit

Permalink
reformat help from LockCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
n8sty authored and shenek committed Dec 31, 2019
1 parent 238ed22 commit d57a81e
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 dependencies 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 d57a81e

Please sign in to comment.