From f638ddd1585f37d6e08827f4170a4f8beec76e24 Mon Sep 17 00:00:00 2001 From: Watcharapon-T Date: Sat, 9 May 2026 23:05:14 +0700 Subject: [PATCH] fix: update --add-dir help text to use plural DIRS placeholder --- src/cortex-cli/src/cli/args.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cortex-cli/src/cli/args.rs b/src/cortex-cli/src/cli/args.rs index 641d63a4a..c962e9f15 100644 --- a/src/cortex-cli/src/cli/args.rs +++ b/src/cortex-cli/src/cli/args.rs @@ -197,7 +197,7 @@ pub struct InteractiveArgs { pub cwd: Option, /// Additional directories that should be writable - #[arg(long = "add-dir", value_name = "DIR", help_heading = "Workspace")] + #[arg(long = "add-dir", value_name = "DIRS", help_heading = "Workspace")] pub add_dir: Vec, /// Image files to attach to the initial prompt