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
"""