From 3dd94ada6f8e9932b1c649d6e20a10f4e9fde0c7 Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Mon, 31 Oct 2022 10:49:44 +0800 Subject: [PATCH] Fix typo Fixes: c8051084c898becd58f0867dd920bc0f4d067bef Fixes: af8ef28d6703756fa2a17b7ea9f98f2ad8297ad0 --- bin/wayback_machine_downloader | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/wayback_machine_downloader b/bin/wayback_machine_downloader index 4fb6d3d..f7fcb59 100755 --- a/bin/wayback_machine_downloader +++ b/bin/wayback_machine_downloader @@ -30,7 +30,7 @@ option_parser = OptionParser.new do |opts| options[:to_timestamp] = t end - opts.on("-e", "--exact-url", "Download only the url provied and not the full site") do |t| + opts.on("-e", "--exact-url", "Download only the url provided and not the full site") do |t| options[:exact_url] = t end