From 1688fa3a881a09c51e6759301dc0b27353eecd79 Mon Sep 17 00:00:00 2001 From: David <17435126+DavidLMS@users.noreply.github.com> Date: Sat, 14 Jun 2025 23:38:10 +0200 Subject: [PATCH] (chore): incorrect resume parameter in recording documentation (#1301) --- docs/source/il_robots.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/il_robots.mdx b/docs/source/il_robots.mdx index ddfcd98d..60b27d01 100644 --- a/docs/source/il_robots.mdx +++ b/docs/source/il_robots.mdx @@ -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