diff src/ov-fcn-handle.cc @ 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 22e23bee74c8
line wrap: on
line diff
--- a/src/ov-fcn-handle.cc	Thu May 18 19:31:37 2006 +0000
+++ b/src/ov-fcn-handle.cc	Fri May 19 05:32:19 2006 +0000
@@ -666,7 +666,7 @@
 	error ("functions: argument must be a function handle object");
     }
   else
-    print_usage ("functions");
+    print_usage ();
 
   return retval;
 }
@@ -693,7 +693,7 @@
 	error ("func2str: expecting valid function handle as first argument");
     }
   else
-    print_usage ("func2str");
+    print_usage ();
 
   return retval;
 }
@@ -716,7 +716,7 @@
 	error ("str2func: expecting string as first argument");
     }
   else
-    print_usage ("str2func");
+    print_usage ();
 
   return retval;
 }