diff scripts/dstepgen.rb @ 16:19885b43130e

Huge update, the bridge actually works now
author Jacob Carlborg <doob@me.com>
date Sun, 03 Jan 2010 22:06:11 +0100
parents 07194b026fa4
children b9de51448c6b
line wrap: on
line diff
--- a/scripts/dstepgen.rb	Mon Aug 03 15:31:48 2009 +0200
+++ b/scripts/dstepgen.rb	Sun Jan 03 22:06:11 2010 +0100
@@ -33,6 +33,7 @@
 require "builder"
 require "tmpdir"
 require "optparse"
+require "stringio"
 include Builder
 
 $KCODE = "UTF8"
@@ -1825,7 +1826,7 @@
 			dstep_gen.options << opt
 		end
 		
-		opts.on("-e", "--extra", "Included extra headers headers") do |opt|
+		opts.on("-e", "--extra", "Included extra headers") do |opt|
 			dstep_gen.extra = true
 		end