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

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents c9c773d8333f
children 44c91c5dfe1d
line wrap: on
line diff
--- a/scripts/plot/orient.m
+++ b/scripts/plot/orient.m
@@ -42,7 +42,7 @@
       error ("orient: unknown orientation");
     endif
   else
-    usage("orient ([\"portrait\"|\"landscape\"])  OR  ret = orient ()");
+    print_usage ();
   endif
 
 endfunction