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

[project @ 1994-11-09 21:22:15 by jwe]
author jwe
date Wed, 09 Nov 1994 21:22:15 +0000
parents a0cc17145462
children 3f257ab07921
line wrap: on
line diff
--- a/scripts/plot/axis.m
+++ b/scripts/plot/axis.m
@@ -31,7 +31,7 @@
 # the new axis limits will take effect.
 
   if (nargin > 1)
-    error ("usage: axis ([xmin, xmax, ymin, ymax, zmin, zmax])");
+    usage ("axis ([xmin, xmax, ymin, ymax, zmin, zmax])");
   endif
 
   if (nargin == 0)