diff scripts/strings/strcmp.m @ 904:3470f1e25a79

[project @ 1994-11-09 21:22:15 by jwe]
author jwe
date Wed, 09 Nov 1994 21:22:15 +0000
parents 2d04965c32fb
children b843a65fa977
line wrap: on
line diff
--- a/scripts/strings/strcmp.m
+++ b/scripts/strings/strcmp.m
@@ -27,7 +27,7 @@
 # with Matlab, of course. 
 
   if (nargin != 2)
-    error ("usage: strcmp (s, t)");
+    usage ("strcmp (s, t)");
   endif
 
   status = 0;