exe/circule in circule-0.1.1 vs exe/circule in circule-0.1.2
- old
+ new
@@ -4,10 +4,10 @@
require 'circule'
require 'optparse'
options = {}
OptionParser.new do |opts|
- opts.banner = ''
+ opts.banner = 'Generate an icon of overlapping circles derived from a hash.'
opts.on('-h HEXSTRING', '--hex', 'Use this hash') do |h|
options[:hex] = h
end