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