diff --git a/docs/public/reference/cli.mdx b/docs/public/reference/cli.mdx index 3717137ce..f3c83498a 100644 --- a/docs/public/reference/cli.mdx +++ b/docs/public/reference/cli.mdx @@ -1128,7 +1128,7 @@ fabro steer [OPTIONS] [TEXT] | Option | Description | | --- | --- | -| `--interrupt` | Interrupt the active API-mode agent round first, then deliver the message as the next user turn (default: append to the steering queue) | +| `--interrupt` | Cancel the in-flight LLM stream / tool calls and deliver the message as the next user turn (default: append to the steering queue) | | `--server ` | Fabro server target: http(s) URL or absolute Unix socket path | | `--text-stdin` | Read steer text from stdin instead of a positional arg |