From fcc2e79d00cb2376f663f41d2132a9bd82449441 Mon Sep 17 00:00:00 2001 From: yggverse Date: Tue, 25 Jun 2024 17:59:24 +0300 Subject: [PATCH] update --absolute attribute description --- README.md | 2 +- help.gmi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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