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

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents ace8d8d26933
children 44c91c5dfe1d
line wrap: on
line diff
--- a/scripts/plot/title.m
+++ b/scripts/plot/title.m
@@ -29,7 +29,7 @@
 function h = title (text)
 
   if (nargin != 1)
-    usage ("title (text)");
+    print_usage ();
   endif
 
   if (ischar (text))