Skip to content

Commit a19b3f4

Browse files
authored
fix(cli): remove extraneous comma in task --eval help (#26985)
1 parent 8a5609a commit a19b3f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/args/flags.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3083,7 +3083,7 @@ Evaluate a task from string
30833083
Arg::new("eval")
30843084
.long("eval")
30853085
.help(
3086-
"Evaluate the passed value as if, it was a task in a configuration file",
3086+
"Evaluate the passed value as if it was a task in a configuration file",
30873087
).action(ArgAction::SetTrue)
30883088
)
30893089
.arg(node_modules_dir_arg())

0 commit comments

Comments
 (0)