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

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents e9cde940b271
children c5874b47d571
line wrap: on
line diff
--- a/scripts/strings/strcat.m
+++ b/scripts/strings/strcat.m
@@ -52,7 +52,7 @@
       endif
     endwhile
   else
-    usage ("strcat (s, t, ...)");
+    print_usage ();
   endif
 
   st = tmpst;