From 012b295aed79ffd21e701e1da46c67dfba63dd7a Mon Sep 17 00:00:00 2001 From: Huw Fulcher Date: Wed, 10 Sep 2025 12:06:57 +0100 Subject: [PATCH] Corrected wrong flag in example (#32) Example 2 in Performance section incorrectly stated to use `--snapshot-pages` whereas the parameter is actually `--maximum-snapshot` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7457c1..cf96ae0 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,7 @@ Will specify the number of multiple files you want to download at the same time. **Example 2** - 300 snapshot pages: ```bash -ruby wayback_machine_downloader https://example.com --snapshot-pages 300 +ruby wayback_machine_downloader https://example.com --maximum-snapshot 300 ``` Will 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.