Skip to content

Commit

Permalink
fixed a typo in the CLI help message
Browse files Browse the repository at this point in the history
  • Loading branch information
eriq-augustine committed Jan 23, 2025
1 parent 19eb688 commit 4194d0e
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 4194d0e

Please sign in to comment.