From d57a81efbbd5e8ea5bb47db511d9c7fb74b61913 Mon Sep 17 00:00:00 2001 From: nate giraldi Date: Wed, 23 Oct 2019 23:25:01 -0400 Subject: [PATCH] reformat `help` from LockCommand --- poetry/console/commands/lock.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/poetry/console/commands/lock.py b/poetry/console/commands/lock.py index 80beb671306..8639425b446 100644 --- a/poetry/console/commands/lock.py +++ b/poetry/console/commands/lock.py @@ -6,8 +6,10 @@ class LockCommand(EnvCommand): name = "lock" description = "Locks the project dependencies." - help = """The lock command reads the pyproject.toml file from -the current directory, processes it, and locks the dependencies in the poetry.lock file. + help = """ +The lock command reads the pyproject.toml file from the +current directory, processes it, and locks the dependencies in the poetry.lock +file. poetry lock """