Update 'usage' message to reflect Chrome support and increase version number to 0.1.0.
This commit is contained in:
parent
c8d8879153
commit
dbd7ca9299
2 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,8 @@ require File.expand_path(File.join(File.dirname(__FILE__), "..", "lib", "cookie_
|
||||||
# TODO: Locate cookie dbs automatically
|
# TODO: Locate cookie dbs automatically
|
||||||
filename = ARGV.first
|
filename = ARGV.first
|
||||||
unless filename
|
unless filename
|
||||||
puts "Usage: cookie_extractor /path/to/cookies.sqlite"
|
puts "Usage: (Firefox) cookie_extractor /path/to/cookies.sqlite"
|
||||||
|
puts " (Chrome) cookie_extractor /path/to/Cookies"
|
||||||
exit
|
exit
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module CookieExtractor
|
module CookieExtractor
|
||||||
VERSION = "0.0.1"
|
VERSION = "0.1.0"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue