diff src/utils.cc @ 5823:080c08b192d8

[project @ 2006-05-19 05:32:17 by jwe]
author jwe
date Fri, 19 May 2006 05:32:19 +0000
parents 67bf9b4f2ae2
children 5e41e06f6a78
line wrap: on
line diff
--- a/src/utils.cc
+++ b/src/utils.cc
@@ -107,7 +107,7 @@
   if (argc == 2)
     retval = valid_identifier (argv[1]);
   else
-    print_usage ("isvarname");
+    print_usage ();
 
   return retval;
 }
@@ -317,7 +317,7 @@
 	error ("file_in_loadpath: expecting string as first argument");
     }
   else
-    print_usage ("file_in_loadpath");
+    print_usage ();
 
   return retval;
 }
@@ -386,7 +386,7 @@
 	error ("file_in_path: expecting string as first argument");
     }
   else
-    print_usage ("file_in_path");
+    print_usage ();
 
   return retval;
 }
@@ -548,7 +548,7 @@
 	error ("do_string_escapes: argument must be a string");
     }
   else
-    print_usage ("do_string_escapes");
+    print_usage ();
 
   return retval;
 }
@@ -652,7 +652,7 @@
 	error ("undo_string_escapes: argument must be a string");
     }
   else
-    print_usage ("undo_string_escapes");
+    print_usage ();
 
   return retval;
 }
@@ -669,7 +669,7 @@
 	retval = Vload_path_dir_path.find_all_first_of (names);
     }
   else
-    print_usage ("find_first_of_in_loadpath");
+    print_usage ();
 
   return retval;
 }
@@ -713,7 +713,7 @@
   else if (nargin == 0)
     retval = octave_errno::get ();
   else
-    print_usage ("errno");
+    print_usage ();
 
   return retval;
 }
@@ -729,7 +729,7 @@
   if (args.length () == 0)
     retval = octave_errno::list ();
   else
-    print_usage ("errno_list");
+    print_usage ();
 
   return retval;
 }