Skip to content

Commit 4012b0e

Browse files
IlyaasKclaude
andcommitted
docs: --until still bounds the page when --offset is set (only --since is ignored)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 5b7cb7f commit 4012b0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ Per-category updates are partial — only categories you name are changed; other
323323
- `kernel browsers telemetry events <id>` - Read historical telemetry events (paged)
324324
- `--limit <n>` - Maximum number of events per page (default 20)
325325
- `--offset <cursor>` - Pagination cursor: pass the `X-Next-Offset` from a previous response
326-
- `--since <ts|dur>` / `--until <ts|dur>` - Time window (RFC-3339 timestamp or duration like `5m`); ignored when `--offset` is set
326+
- `--since <ts|dur>` / `--until <ts|dur>` - Time window (RFC-3339 timestamp or duration like `5m`). `--since` is ignored when `--offset` is set; `--until` still bounds the page
327327
- `-o, --output json` - Output `{ "events": [...], "next_offset": "..." }` (omit `next_offset` when there is no next page)
328328

329329
### Browser Process Control

0 commit comments

Comments
 (0)