diff --git a/cli/src/cli/commands/run.ts b/cli/src/cli/commands/run.ts index 60038bf64..8e0d7e098 100644 --- a/cli/src/cli/commands/run.ts +++ b/cli/src/cli/commands/run.ts @@ -28,7 +28,7 @@ export function runCommand(program: Command): Command { .option( "-l, --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.", ), )