diff scripts/plot/bar.m @ 904:3470f1e25a79

[project @ 1994-11-09 21:22:15 by jwe]
author jwe
date Wed, 09 Nov 1994 21:22:15 +0000
parents c8f88bd3202b
children 3f257ab07921
line wrap: on
line diff
--- a/scripts/plot/bar.m
+++ b/scripts/plot/bar.m
@@ -92,7 +92,7 @@
       error ("bar: arguments must be vectors");
     endif
   else
-    error ("usage: [xb, yb] = bar (x, y)");
+    usage ("[xb, yb] = bar (x, y)");
   endif
 
   if (nargout == 0)