From d6ea3bbce0fc8c75138f02639ac4ceaf12a67829 Mon Sep 17 00:00:00 2001 From: Steven Palma Date: Sat, 18 Oct 2025 01:34:44 +0200 Subject: [PATCH] fix(docs): update example flags for lerobot-dataset-viz (#2238) Co-authored-by: Yingjie Wei Co-authored-by: DWarez --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6409d931d..ff20e79d5 100644 --- a/README.md +++ b/README.md @@ -207,13 +207,13 @@ lerobot-dataset-viz \ --episode-index 0 ``` -or from a dataset in a local folder with the `root` option and the `--local-files-only` (in the following case the dataset will be searched for in `./my_local_data_dir/lerobot/pusht`) +or from a dataset in a local folder with the `root` option and the `--mode local` (in the following case the dataset will be searched for in `./my_local_data_dir/lerobot/pusht`) ```bash lerobot-dataset-viz \ --repo-id lerobot/pusht \ --root ./my_local_data_dir \ - --local-files-only 1 \ + --mode local \ --episode-index 0 ```