diff --git a/README.md b/README.md index 2588c303..0fb92043 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ Both approaches are _transparent_ to everyday usage – you still run `codex` fr | `codex` | Interactive REPL | `codex` | | `codex "…"` | Initial prompt for interactive REPL | `codex "fix lint errors"` | | `codex -q "…"` | Non‑interactive "quiet mode" | `codex -q --json "explain utils.ts"` | -| `codex completion ` | Print shell completion script | `codex completion bash` | +| `codex completion ` | Print shell completion script | `codex completion bash` | Key flags: `--model/-m`, `--approval-mode/-a`, and `--quiet/-q`.