Fix name in usage line.
This commit is contained in:
parent
fe35f8b260
commit
5ca5040ff1
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ filename = ARGV.first
|
||||||
if filename
|
if filename
|
||||||
puts CookieExtractor::FirefoxCookieExtractor.new(filename).extract.join("\n")
|
puts CookieExtractor::FirefoxCookieExtractor.new(filename).extract.join("\n")
|
||||||
else
|
else
|
||||||
puts "Usage: cookie-extractor /path/to/cookies.sqlite"
|
puts "Usage: cookie_extractor /path/to/cookies.sqlite"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue