update usage example

This commit is contained in:
yggverse 2025-08-08 19:01:29 +03:00
parent 997af5ecfa
commit 1049fd1c90

View file

@ -42,7 +42,11 @@ aquatic-crawler --infohash /path/to/info-hash-ipv4.bin\
--infohash /path/to/another-source.bin\ --infohash /path/to/another-source.bin\
--tracker udp://host1:port\ --tracker udp://host1:port\
--tracker udp://host2:port\ --tracker udp://host2:port\
--preload /path/to/directory --preload /path/to/directory\
--preload-max-filesize=50000\
--preload-max-filecount=1\
--preload-regex="\.(png|gif|jpeg|jpg|webp)$"\
--peer-read-write-timeout=10
``` ```
### Options ### Options