changeset 4012:e021e2e2c1ad

[project @ 2002-08-01 20:21:33 by jwe]
author jwe
date Thu, 01 Aug 2002 20:21:33 +0000
parents eb377885843d
children 9b99d84ded1b
files scripts/image/image.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/image/image.m	Thu Aug 01 20:08:08 2002 +0000
+++ b/scripts/image/image.m	Thu Aug 01 20:21:33 2002 +0000
@@ -71,7 +71,7 @@
 
   saveimage (ppm_name, A, "ppm");
 
-  ## Start the viewer.  Try xv, then xloadimage.
+  ## Start the viewer.  Try display, xv, then xloadimage.
 
   xv = sprintf ("xv -expand %f %s", zoom, ppm_name);