浏览代码

add comment about option name

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@36100 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 16 年之前
父节点
当前提交
4e90c4377a
共有 1 个文件被更改,包括 2 次插入0 次删除
  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;