[GRASS-SVN] r36100 - grass/trunk/raster/r.in.xyz
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Feb 25 20:11:26 EST 2009
Author: hamish
Date: 2009-02-25 20:11:26 -0500 (Wed, 25 Feb 2009)
New Revision: 36100
Modified:
grass/trunk/raster/r.in.xyz/main.c
Log:
add comment about option name
Modified: grass/trunk/raster/r.in.xyz/main.c
===================================================================
--- grass/trunk/raster/r.in.xyz/main.c 2009-02-25 19:21:23 UTC (rev 36099)
+++ grass/trunk/raster/r.in.xyz/main.c 2009-02-26 01:11:26 UTC (rev 36100)
@@ -234,6 +234,8 @@
percent_opt->options = "1-100";
percent_opt->description = _("Percent of map to keep in memory");
+ /* I would prefer to call the following "percentile", but that has too
+ * much namespace overlap with the "percent" option above */
pth_opt = G_define_option();
pth_opt->key = "pth";
pth_opt->type = TYPE_INTEGER;
More information about the grass-commit
mailing list