Skip to content

Commit 37dcae2

Browse files
Secrusabn
authored andcommitted
Fix build --clean help
1 parent b4d3526 commit 37dcae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/poetry/console/commands/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class BuildCommand(EnvCommand):
2323
option("format", "f", "Limit the format to either sdist or wheel.", flag=False),
2424
option(
2525
"clean",
26-
"Clean output directory before building.",
26+
description="Clean output directory before building.",
2727
flag=True,
2828
),
2929
option(

0 commit comments

Comments
 (0)