diff --git a/README.md b/README.md index 575f20c..a642c8c 100755 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ src/gemini-dl.php --source gemini://.. --target /path/to/download # Optional --a, --absolute - no value, absolute filepath in links (ignored on --keep), disabled by default +-a, --absolute - no value, links to absolute filepath (ignored on --keep), disabled by default -c, --crawl - no value, crawl document links (entire capsule download), disabled by default -d, --delay - integer, pause between requests (seconds), 1 by default -i, --index - string, index filename of directory listing, index.gmi by default diff --git a/help.gmi b/help.gmi index c6a2635..5f7972a 100755 --- a/help.gmi +++ b/help.gmi @@ -17,7 +17,7 @@ ## Optional - -a, --absolute - no value, absolute filepath in links (ignored on --keep), disabled by default + -a, --absolute - no value, links to absolute filepath (ignored on --keep), disabled by default -c, --crawl - no value, crawl document links (entire capsule download), disabled by default -d, --delay - integer, pause between requests (seconds), 1 by default -i, --index - string, index filename of directory listing, index.gmi by default