lib/imessage/parser.rb in imessage-0.2.0 vs lib/imessage/parser.rb in imessage-0.3.0

- old
+ new

@@ -35,10 +35,10 @@ puts "Can not find file #{attachment}" exit(1) end end - opts.on("-c", "--contacts x,y,z", Array, "Develier message to these CONTACTS") do |contacts| + opts.on("-c", "--contacts x,y,z", Array, "Deliver message to these CONTACTS") do |contacts| args.contacts = contacts end opts.separator "" opts.separator "Common options:"