update readme

This commit is contained in:
yggverse 2024-06-25 04:09:06 +03:00
parent 5079e733f8
commit 4c478c2e88

View file

@ -57,12 +57,12 @@ src/gemini-dl.php --source gemini://.. --target /path/to/download
### Options
``` bash
## Required
# Required
-s, --source - string, gemini protocol address
-t, --target - string, absolute path to destination folder
## Optional
# Optional
-c, --crawl - no value, crawl document links (entire capsule download), disabled by default
-d, --delay - integer, pause between requests (seconds), 1 by default
@ -73,7 +73,7 @@ src/gemini-dl.php --source gemini://.. --target /path/to/download
-r, --raw - no value, include meta headers (--keep option ignored), disabled by default
-u, --unique - no value, append snap version as folder timestamp, disabled by default
## Experimental (in development)
# Experimental (in development)
-e, --external - no value, follow external hosts, disabled by default
-f, --follow - integer, follow redirects on --crawl, 0 by default