소스 검색

r.watershed: style sync of descriptions of output maps

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@64814 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 10 년 전
부모
커밋
411eb9f61e
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      raster/r.watershed/front/main.c

+ 3 - 3
raster/r.watershed/front/main.c

@@ -134,8 +134,8 @@ int main(int argc, char *argv[])
 
     opt17 = G_define_standard_option(G_OPT_R_OUTPUT);
     opt17->key = "tci";
-    opt17->label =
-	_("Topographic index ln(a / tan(b))");
+    opt17->description =
+	_("Name for output topographic index ln(a / tan(b)) map");
     opt17->required = NO;
     opt17->guisection = _("Outputs");
 
@@ -147,7 +147,7 @@ int main(int argc, char *argv[])
 
     opt10 = G_define_standard_option(G_OPT_R_OUTPUT);
     opt10->key = "basin";
-    opt10->description = _("Name for basins raster map");
+    opt10->description = _("Name for output basins raster map");
     opt10->required = NO;
     opt10->guisection = _("Outputs");