diff scripts/plot/close.m @ 6046:34f96dd5441b

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents ec8c33dcd1bf
children 44c91c5dfe1d
line wrap: on
line diff
--- a/scripts/plot/close.m
+++ b/scripts/plot/close.m
@@ -60,7 +60,7 @@
 	  && ischar (arg2) && strcmp (arg2, "hidden"))
     closeplot;
   else
-    usage ("close [all]");
+    print_usage ();
   endif
 
   if (nargout > 0)