Skip to content

Commit

Permalink
Fix --to cli bug
Browse files Browse the repository at this point in the history
  • Loading branch information
justincampbell committed Nov 9, 2011
1 parent f2004bd commit ec61ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/vector-victor
Expand Up @@ -14,7 +14,7 @@ opt_parser = OptionParser.new do |opt|
options[:from] = from options[:from] = from
end end


opt.on("-t","--to","date to end search on") do |to| opt.on("-t","--to date","date to end search on") do |to|
options[:to] = to options[:to] = to
end end


Expand Down

0 comments on commit ec61ea1

Please sign in to comment.