Pārlūkot izejas kodu

Cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@44309 15284696-431f-4ddb-bdfa-cd5b030d7da7
Maciej Sieczka 14 gadi atpakaļ
vecāks
revīzija
081063c004
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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";