Skip to content

Commit

Permalink
Fix build --clean help
Browse files Browse the repository at this point in the history
  • Loading branch information
Secrus committed Jan 8, 2025
1 parent 019cb53 commit 0cab421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/poetry/console/commands/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class BuildCommand(EnvCommand):
option("format", "f", "Limit the format to either sdist or wheel.", flag=False),
option(
"clean",
"Clean output directory before building.",
description="Clean output directory before building.",
flag=True,
),
option(
Expand Down

0 comments on commit 0cab421

Please sign in to comment.