浏览代码

r.category: revert rast -> raster (there are a lot of modules which uses 'raster')

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@63000 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 年之前
父节点
当前提交
44ee43defa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      raster/r.category/main.c

+ 1 - 1
raster/r.category/main.c

@@ -74,7 +74,7 @@ int main(int argc, char *argv[])
     parm.fs->answer = "tab";
 
     parm.raster = G_define_standard_option(G_OPT_R_INPUT);
-    parm.raster->key = "rast";
+    parm.raster->key = "raster";
     parm.raster->required = NO;
     parm.raster->description =
 	_("Raster map from which to copy category table");