Browse Source

add comment about option name

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@36100 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 16 years ago
parent
commit
4e90c4377a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      raster/r.in.xyz/main.c

+ 2 - 0
raster/r.in.xyz/main.c

@@ -234,6 +234,8 @@ int main(int argc, char *argv[])
     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;