Skip to content

Commit

Permalink
fix(cli): remove extraneous comma in task --eval help (denoland#26985)
Browse files Browse the repository at this point in the history
  • Loading branch information
canac authored Nov 21, 2024
1 parent 8a5609a commit a19b3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/args/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3083,7 +3083,7 @@ Evaluate a task from string
Arg::new("eval")
.long("eval")
.help(
"Evaluate the passed value as if, it was a task in a configuration file",
"Evaluate the passed value as if it was a task in a configuration file",
).action(ArgAction::SetTrue)
)
.arg(node_modules_dir_arg())
Expand Down

0 comments on commit a19b3f4

Please sign in to comment.