Skip to content

Commit

Permalink
fix in bin file
Browse files Browse the repository at this point in the history
  • Loading branch information
cyber01 committed Nov 6, 2020
1 parent 2fa4d97 commit e12d8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/wayback_machine_downloader
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ option_parser = OptionParser.new do |opts|
options[:list] = true
end

opts.on("-u", "--user-agent STRING", String, "UserAgent for connection (Default is WayBack Machine Downloader)") do |t|
opts.on("-u", "--user-agent STRING", String, "UserAgent for connection (Default is Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0)") do |t|
options[:user_agent] = t
end

Expand Down

0 comments on commit e12d8ec

Please sign in to comment.