bin/mdoc in mdoc-0.0.2 vs bin/mdoc in mdoc-0.0.3

- old
+ new

@@ -10,10 +10,10 @@ optparse = OptionParser.new do |opts| opts.banner = "Usage: mdoc [options] filename.md" opts.separator "Options:" - options[:type] = 'rtf' + options[:type] = 'odt' opts.on('-t TYPE', '--type TYPE', 'output file type') do |type| options[:type] = type end opts.on_tail('-h', '--help', 'Display this screen') do