diff mk-opts.pl @ 5823:080c08b192d8

[project @ 2006-05-19 05:32:17 by jwe]
author jwe
date Fri, 19 May 2006 05:32:19 +0000
parents ace8d8d26933
children 55411ecc8d8b
line wrap: on
line diff
--- a/mk-opts.pl	Thu May 18 19:31:37 2006 +0000
+++ b/mk-opts.pl	Fri May 19 05:32:19 2006 +0000
@@ -677,7 +677,7 @@
       print "  }\n\n";
     }
 
-  print "print_usage (\"$opt_fcn_name\", true, buf.str ());
+  print "print_usage ();
 }\n\n";
 }
 
@@ -874,7 +874,7 @@
         error (\"$opt_fcn_name: expecting keyword as first argument\");
     }
   else
-    print_usage (\"$opt_fcn_name\");
+    print_usage ();
 
   return retval;
 }\n";