diff scripts/general/int2str.m @ 904:3470f1e25a79

[project @ 1994-11-09 21:22:15 by jwe]
author jwe
date Wed, 09 Nov 1994 21:22:15 +0000
parents b61c335c45c5
children 3f257ab07921
line wrap: on
line diff
--- a/scripts/general/int2str.m
+++ b/scripts/general/int2str.m
@@ -33,7 +33,7 @@
       error ("int2str: expecting scalar argument");
     endif
   else
-    error ("usage: int2str (x)");
+    usage ("int2str (x)");
   endif
 
 endfunction