[GRASS-SVN] r44140 - grass/branches/develbranch_6/raster/r.colors.out

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Nov 1 03:59:22 EDT 2010


Author: martinl
Date: 2010-11-01 00:59:22 -0700 (Mon, 01 Nov 2010)
New Revision: 44140

Modified:
   grass/branches/develbranch_6/raster/r.colors.out/main.c
Log:
r.colors.out: rules=- by default
(merge r44139 from trunk)


Modified: grass/branches/develbranch_6/raster/r.colors.out/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.colors.out/main.c	2010-11-01 07:58:00 UTC (rev 44139)
+++ grass/branches/develbranch_6/raster/r.colors.out/main.c	2010-11-01 07:59:22 UTC (rev 44140)
@@ -70,7 +70,8 @@
     opt.file->key = "rules";
     opt.file->label = _("Path to output rules file");
     opt.file->description = _("\"-\" to write to stdout");
-
+    opt.file->answer = "-";
+    
     flag.p = G_define_flag();
     flag.p->key = 'p';
     flag.p->description = _("Output values as percentages");



More information about the grass-commit mailing list