소스 검색

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;