From 68f69b96de3a4d48ee279e2520a2ee30c7c9f9cc Mon Sep 17 00:00:00 2001 From: PsySlayer Date: Sun, 15 Mar 2026 12:06:06 +0200 Subject: [PATCH] fix: remove scripts/ prefix from sync_sicry.py docstring --- sync_sicry.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sync_sicry.py b/sync_sicry.py index 43b8869..416e4ce 100644 --- a/sync_sicry.py +++ b/sync_sicry.py @@ -5,8 +5,8 @@ sync_sicry.py — update the bundled sicry.py from the upstream SICRY™ repo. Usage: - python3 scripts/sync_sicry.py # fetch latest from main - python3 scripts/sync_sicry.py --tag v1.0.0 # fetch a specific release tag + python3 sync_sicry.py # fetch latest from main + python3 sync_sicry.py --tag v1.0.0 # fetch a specific release tag Run from the OnionClaw root directory. """