浏览代码

Fixed description

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@53692 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert 12 年之前
父节点
当前提交
4ce45d6984
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);