bin/netprint in netprint-0.1.1 vs bin/netprint in netprint-0.2.0

- old
+ new

@@ -25,9 +25,10 @@ password || ENV['NETPRINT_PASSWORD']) netprint.login code = netprint.upload(options['<filename>'], :email => options['--email'] || ENV['NETPRINT_EMAIL'], + :color => Netprint::COLOR::SELECT_WHEN_PRINT, :secret_code => options['--secret']) puts code rescue Docopt::Exit => e puts e.message