docs: fix --skip-packs comment in tools wiki

This commit is contained in:
Abdessamad Derraz
2026-04-02 17:55:23 +02:00
parent c0e42ee4eb
commit 6f22dd7738

View File

@@ -8,7 +8,7 @@ Run everything in sequence:
```bash ```bash
python scripts/pipeline.py --offline # DB + verify + packs + manifests + integrity + readme + site python scripts/pipeline.py --offline # DB + verify + packs + manifests + integrity + readme + site
python scripts/pipeline.py --offline --skip-packs # DB + verify only python scripts/pipeline.py --offline --skip-packs # DB + verify + readme + site
python scripts/pipeline.py --offline --skip-docs # skip readme + site generation python scripts/pipeline.py --offline --skip-docs # skip readme + site generation
python scripts/pipeline.py --offline --target switch # filter by hardware target python scripts/pipeline.py --offline --target switch # filter by hardware target
python scripts/pipeline.py --offline --with-truth # include truth generation + diff python scripts/pipeline.py --offline --with-truth # include truth generation + diff