From 58d9d4c64ed343dd92586457a6dc2ff8ba1e8192 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 24 Jul 2026 18:30:45 -0600 Subject: [PATCH] docs: updated help message for --fresh flag --- src/cli/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/mod.rs b/src/cli/mod.rs index fd3d76e..c723c5d 100644 --- a/src/cli/mod.rs +++ b/src/cli/mod.rs @@ -227,7 +227,7 @@ pub struct Cli { /// Launch Coyote inside a Docker sandbox (via `sbx`); name defaults to current directory basename #[arg(long, value_name = "NAME", help_heading = "Sandbox")] pub sandbox: Option>, - /// Start the sandbox with a clean slate — no copied config or tokens; LLM credentials injected via sbx proxy + /// Start the sandbox with a clean slate. No copied config or tokens; LLM credentials injected via sbx proxy #[arg(long, requires = "sandbox", help_heading = "Sandbox")] pub fresh: bool, /// Display information