diff scripts/strings/strncmpi.m @ 6046:34f96dd5441b

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents 9c9eac3a6513
children ff5e6cf72bda
line wrap: on
line diff
--- a/scripts/strings/strncmpi.m
+++ b/scripts/strings/strncmpi.m
@@ -41,7 +41,7 @@
     ## handle cell arrays of strings.
     retval = strcmp (lower (strtrunc (s1, n)), lower (strtrunc (s2, n)));
   else
-    usage ("strncmpi (s1, s2, n)");
+    print_usage ();
   endif
 
 endfunction