From 6f22dd7738bee7333de1362495b3ddc521b0ecf3 Mon Sep 17 00:00:00 2001 From: Abdessamad Derraz <3028866+Abdess@users.noreply.github.com> Date: Thu, 2 Apr 2026 17:55:23 +0200 Subject: [PATCH] docs: fix --skip-packs comment in tools wiki --- wiki/tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/tools.md b/wiki/tools.md index 6b755d10..88d91d33 100644 --- a/wiki/tools.md +++ b/wiki/tools.md @@ -8,7 +8,7 @@ Run everything in sequence: ```bash 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 --target switch # filter by hardware target python scripts/pipeline.py --offline --with-truth # include truth generation + diff