summaryrefslogtreecommitdiff
path: root/docs/cli/commands.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cli/commands.md')
-rw-r--r--docs/cli/commands.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cli/commands.md b/docs/cli/commands.md
index ad6254a4..c0f60c5f 100644
--- a/docs/cli/commands.md
+++ b/docs/cli/commands.md
@@ -68,7 +68,7 @@ Slash commands provide meta-level control over the CLI itself.
- **Description:** Restores the project files to the state they were in just before a tool was executed. This is particularly useful for undoing file edits made by a tool. If run without a tool call ID, it will list available checkpoints to restore from.
- **Usage:** `/restore [tool_call_id]`
- - **Note:** Only available if the CLI is invoked with the `--checkpointing` option or configured via [settings](./configuration.md).
+ - **Note:** Only available if the CLI is invoked with the `--checkpointing` option or configured via [settings](./configuration.md). See [Checkpointing documentation](../checkpointing.md) for more details.
- **`/stats`**