From 8c984233adaf178af348ff401817eaf0a4f4d38d Mon Sep 17 00:00:00 2001 From: Kristian Polso Date: Sun, 23 Jan 2022 11:48:34 +0200 Subject: [PATCH] Update snapshot parameter in README The README has reference to parameter `--snapshot-pages`, which does not exist, the correct one is `--maximum-snapshot` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9277ba..167e075 100644 --- a/README.md +++ b/README.md @@ -157,13 +157,13 @@ Example: ## Maximum number of snapshot pages to consider - -p, --snapshot-pages NUMBER + -p, --maximum-snapshot NUMBER Optional. Specify the maximum number of snapshot pages to consider. Count an average of 150,000 snapshots per page. 100 is the default maximum number of snapshot pages and should be sufficient for most websites. Use a bigger number if you want to download a very large website. Example: - wayback_machine_downloader http://example.com --snapshot-pages 300 + wayback_machine_downloader http://example.com --maximum-snapshot 300 ## Download multiple files at a time