From 4194d0ee222f0361b968a583aa93964140ad67b3 Mon Sep 17 00:00:00 2001 From: Eriq Augustine Date: Thu, 23 Jan 2025 10:47:20 -1000 Subject: [PATCH] fixed a typo in the CLI help message --- cli/src/cli/commands/run.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.", ), )