diff scripts/image/saveimage.m @ 6046:34f96dd5441b

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents 2289cafef60d
children 673686daec87
line wrap: on
line diff
--- a/scripts/image/saveimage.m	Mon Oct 09 21:40:46 2006 +0000
+++ b/scripts/image/saveimage.m	Tue Oct 10 16:10:31 2006 +0000
@@ -77,7 +77,7 @@
 function saveimage (filename, img, img_form, map)
 
   if (nargin < 2 || nargin > 4)
-    usage ("saveimage (filename, matrix, [format, [colormap]])");
+    print_usage ();
   endif
 
   if (nargin < 4)