浏览代码

Cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@44309 15284696-431f-4ddb-bdfa-cd5b030d7da7
Maciej Sieczka 14 年之前
父节点
当前提交
081063c004
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      raster/r.li/r.li.cwed/cwed.c

+ 1 - 1
raster/r.li/r.li.cwed/cwed.c

@@ -63,7 +63,7 @@ int main(int argc, char *argv[])
     path = G_define_option();
     path->key = "path";
     path->description =
-	"input file that contains the weight to calculate the index";
+	"Input file that contains the weight to calculate the index";
     path->type = TYPE_STRING;
     path->required = YES;
     path->gisprompt = "old_file,file,input";