diff --git a/README.md b/README.md index db88b20..f320d7f 100755 --- a/README.md +++ b/README.md @@ -65,8 +65,8 @@ src/gemini-dl.php --source gemini://.. --target /path/to/download ## Optional -c, --crawl - no value, crawl document links (entire capsule download), disabled by default - -d, --delay - integer, pause between requests in seconds, 1 by default - -i, --index - string, index filename for directory listing, index.gmi by default + -d, --delay - integer, pause between requests (seconds), 1 by default + -i, --index - string, index filename of directory listing, index.gmi by default -h, --help - no value, show available commands -k, --keep - no value, keep original links (--crawl mode only), disabled by default -m, --match - string, collect links match regex rule, /.*/ by default diff --git a/help.gmi b/help.gmi index e642f5e..634dcd8 100755 --- a/help.gmi +++ b/help.gmi @@ -18,8 +18,8 @@ ## Optional -c, --crawl - no value, crawl document links (entire capsule download), disabled by default - -d, --delay - integer, pause between requests in seconds, 1 by default - -i, --index - string, index filename for directory listing, index.gmi by default + -d, --delay - integer, pause between requests (seconds), 1 by default + -i, --index - string, index filename of directory listing, index.gmi by default -h, --help - no value, show available commands -k, --keep - no value, keep original links (--crawl mode only), disabled by default -m, --match - string, collect links match regex rule, /.*/ by default