Skip to content

Commit e7e7397

Browse files
committed
Force CLI change
1 parent 49184c7 commit e7e7397

File tree

1 file changed

+1
-1
lines changed
  • packages/cli-v3/src/commands

1 file changed

+1
-1
lines changed

packages/cli-v3/src/commands/dev.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export function configureDevCommand(program: Command) {
6565
.command("dev")
6666
.description("Run your Trigger.dev tasks locally")
6767
.argument("[path]", "The path to the project", ".")
68-
.option("-c, --config <config file>", "The name of the config file, found at [path]")
68+
.option("-c, --config <config file>", "The name of the config file, found at [path].")
6969
.option(
7070
"-p, --project-ref <project ref>",
7171
"The project ref. Required if there is no config file."

0 commit comments

Comments
 (0)