fix: remove scripts/ prefix from sync_sicry.py docstring

This commit is contained in:
PsySlayer
2026-03-15 12:06:06 +02:00
parent dcfbaf9e45
commit 68f69b96de
+2 -2
View File
@@ -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.
"""