[GRASS-SVN] r37334 - grass/trunk/raster/r.out.ppm
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu May 21 11:39:12 EDT 2009
Author: hamish
Date: 2009-05-21 11:39:12 -0400 (Thu, 21 May 2009)
New Revision: 37334
Modified:
grass/trunk/raster/r.out.ppm/main.c
grass/trunk/raster/r.out.ppm/r.out.ppm.html
Log:
lowercase flag
Modified: grass/trunk/raster/r.out.ppm/main.c
===================================================================
--- grass/trunk/raster/r.out.ppm/main.c 2009-05-21 15:03:14 UTC (rev 37333)
+++ grass/trunk/raster/r.out.ppm/main.c 2009-05-21 15:39:12 UTC (rev 37334)
@@ -62,7 +62,7 @@
ppm_file->description = _("Name for new PPM file (use '-' for stdout)");
gscale = G_define_flag();
- gscale->key = 'G';
+ gscale->key = 'g';
gscale->description = _("Output greyscale instead of color");
if (G_parser(argc, argv))
Modified: grass/trunk/raster/r.out.ppm/r.out.ppm.html
===================================================================
--- grass/trunk/raster/r.out.ppm/r.out.ppm.html 2009-05-21 15:03:14 UTC (rev 37333)
+++ grass/trunk/raster/r.out.ppm/r.out.ppm.html 2009-05-21 15:39:12 UTC (rev 37334)
@@ -13,7 +13,7 @@
before running <em>r.out.ppm</em>.<p>
By default the PPM file created is 24-bit color, rawbits storage.
-You can use the <b>-G</b> flag to force <em>r.out.ppm</em> to
+You can use the <b>-g</b> flag to force <em>r.out.ppm</em> to
output an 8-bit greyscale instead.
The greyscale conversion uses the NTSC conversion:<p>
More information about the grass-commit
mailing list