Browse Source

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 years ago
parent
commit
44ee43defa
1 changed files with 1 additions and 1 deletions
  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");