(chore): incorrect resume parameter in recording documentation (#1301)

This commit is contained in:
David
2025-06-14 23:38:10 +02:00
committed by GitHub
parent b852d15774
commit 1688fa3a88

View File

@@ -190,7 +190,7 @@ The `record` function provides a suite of tools for capturing and managing data
##### 2. Checkpointing and Resuming
- Checkpoints are automatically created during recording.
- If an issue occurs, you can resume by re-running the same command with `--control.resume=true`.
- If an issue occurs, you can resume by re-running the same command with `--resume=true`.
- To start recording from scratch, **manually delete** the dataset directory.
##### 3. Recording Parameters