Skip to content

Commit 49c37eb

Browse files
committed
fix: desc for clean --profile
1 parent 4737f3f commit 49c37eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cmd/Clean.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const Subcmd CLEAN_CMD = //
1919
.addOpt(
2020
Opt{ "--profile" }
2121
.setShort("-p")
22-
.setDesc("Disable parallel builds")
22+
.setDesc("Clean artifacts of the specified profile")
2323
.setPlaceholder("<PROFILE>")
2424
)
2525
.setMainFn(cleanMain);

0 commit comments

Comments
 (0)