Skip to content

Commit

Permalink
Merge pull request #1656 from eriq-augustine/cli-help
Browse files Browse the repository at this point in the history
fixed a typo in the CLI help message
  • Loading branch information
rien authored Jan 24, 2025
2 parents 19eb688 + 4194d0e commit a4c4461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/cli/commands/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function runCommand(program: Command): Command {
.option(
"-l, --language <language>",
Utils.indent(
"Programming language used in the submitted files. Or 'chars' to do " +
"Programming language used in the submitted files. Or 'char' to do " +
"a character by character comparison. Detect automatically if not given.",
),
)
Expand Down

0 comments on commit a4c4461

Please sign in to comment.