diff scripts/general/int2str.m @ 6046:34f96dd5441b

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents 2618a0750ae6
children 69e864d21c11
line wrap: on
line diff
--- a/scripts/general/int2str.m	Mon Oct 09 21:40:46 2006 +0000
+++ b/scripts/general/int2str.m	Tue Oct 10 16:10:31 2006 +0000
@@ -53,7 +53,7 @@
     tmp(end) = "";
     retval = split (tmp, "\n");
   else
-    usage ("int2str (x)");
+    print_usage ();
   endif
 
 endfunction