Browse Source

Fixed description

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@53692 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert 12 years ago
parent
commit
4ce45d6984
1 changed files with 1 additions and 1 deletions
  1. 1 1
      raster/r.series/main.c

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

@@ -142,7 +142,7 @@ int main(int argc, char *argv[])
 
     parm.file = G_define_standard_option(G_OPT_F_INPUT);
     parm.file->key = "file";
-    parm.file->description = _("Input file with raster map names and optional weights per line, field separator between name and weight is |");
+    parm.file->description = _("Input file with one raster map name and optional one weight per line, field separator between name and weight is |");
     parm.file->required = NO;
 
     parm.output = G_define_standard_option(G_OPT_R_OUTPUT);