diff --git a/docs/cli/sandbox-commands.mdx b/docs/cli/sandbox-commands.mdx index 077e3a243..c9a2c83c0 100644 --- a/docs/cli/sandbox-commands.mdx +++ b/docs/cli/sandbox-commands.mdx @@ -507,7 +507,7 @@ msb metrics --format json # One-shot JSON output | Flag | Description | |------|-------------| -| `-w`, `--watch` | Continuously refresh the table in place. Ctrl-C to quit. Requires a terminal | +| `-w`, `--watch` | Continuously refresh the table in place. Ctrl+C to quit. Requires a terminal | | `-f`, `--follow` | Stream one JSON Lines object per sandbox per interval to stdout | | `--interval` | Refresh interval for `--watch`/`--follow` (e.g. `500ms`, `2s`). Default `1s` | | `-a`, `--all` | Include `exited` rows: terminal metrics preserved in the registry until the slot is reused |