diff --git a/cli/cli.go b/cli/cli.go index 0042b38..2ad434a 100644 --- a/cli/cli.go +++ b/cli/cli.go @@ -197,7 +197,7 @@ func BaseCommand(version string) *serpent.Command { { Flag: "session-id-inject-target", Env: "BOUNDARY_SESSION_ID_INJECT_TARGET", - Description: `Inject target for session correlation headers. Repeat the flag once per target; each value describes exactly one target. Format: "domain= [path=]". Example: --session-id-inject-target "domain=prod.coder.com path=/api/v2/aibridge/*".`, + Description: "Inject target for session correlation headers. Repeat the flag once per target; each value describes exactly one target. Format: `domain= [path=]`. Example: `--session-id-inject-target \"domain=prod.coder.com path=/api/v2/aibridge/*\"`.", Value: &cliConfig.InjectSessionIDTarget, YAML: "", // CLI only, YAML uses session_id_inject_targets. },