Browse Source

i.landsat.acca: use same input param name as i.landsat.toar

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@44159 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 years ago
parent
commit
a386d72466
1 changed files with 1 additions and 1 deletions
  1. 1 1
      imagery/i.landsat.acca/main.c

+ 1 - 1
imagery/i.landsat.acca/main.c

@@ -107,7 +107,7 @@ int main(int argc, char *argv[])
     G_add_keyword(_("acca"));
     
     band_prefix = G_define_option();
-    band_prefix->key = "band_prefix";
+    band_prefix->key = "input_prefix";
     band_prefix->label = _("Base name of input raster bands");
     band_prefix->description = _("Example: 'B.' for B.1, B.2, ...");
     band_prefix->type = TYPE_STRING;