Skip to content

Commit 1734214

Browse files
committed
Fix the help text
1 parent d2e02d8 commit 1734214

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/cli-v3/src/commands/promote.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ export function configurePromoteCommand(program: Command) {
2727
return commonOptions(
2828
program
2929
.command("promote")
30-
.description(
31-
"Promote a previously deployed version to the current deployment:\n\n$ npx trigger.dev@latest promote [version]"
32-
)
30+
.description("Promote a previously deployed version to the current deployment")
3331
.argument("[version]", "The version to promote")
3432
.option("-c, --config <config file>", "The name of the config file, found at [path]")
3533
.option(

0 commit comments

Comments
 (0)