Sfoglia il codice sorgente

Fixed description

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@53692 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert 12 anni fa
parent
commit
4ce45d6984
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 = G_define_standard_option(G_OPT_F_INPUT);
     parm.file->key = "file";
     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.file->required = NO;
 
 
     parm.output = G_define_standard_option(G_OPT_R_OUTPUT);
     parm.output = G_define_standard_option(G_OPT_R_OUTPUT);