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

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents 2618a0750ae6
children 1a6d826e92b5
line wrap: on
line diff
--- a/scripts/plot/__pltopt__.m
+++ b/scripts/plot/__pltopt__.m
@@ -111,7 +111,7 @@
 function fmt = __pltopt__ (caller, opt)
 
   if (! ischar (opt))
-    usage ("__pltopt__ (caller, opt)");
+    print_usage ();
   endif
 
   nr = rows (opt);