Add missing RUNTIME MODES section, document --log

arr_cache_prefill.sh had no RUNTIME MODES section at all; arr_full_rescan.sh
had one but didn't mention --log despite supporting it via parse_args.
Comment-only.
This commit is contained in:
Gmer4Lfe
2026-07-17 01:29:06 -04:00
parent 976d8d84d7
commit 254b400caf
2 changed files with 19 additions and 0 deletions
+1
View File
@@ -57,6 +57,7 @@
#
# arr_full_rescan.sh — normal run
# arr_full_rescan.sh --dry-run — preview which arrs would be rescanned, trigger nothing
# arr_full_rescan.sh --log — verbose, per-arr detail
#
# ==============================================================================================