Browse Source

r.stream.segment: correction of option description (merged from trunk https://trac.osgeo.org/grass/changeset/60371)

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@60372 15284696-431f-4ddb-bdfa-cd5b030d7da7
Helmut Kudrnovsky 11 năm trước cách đây
mục cha
commit
24705fecc9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      raster/r.stream.segment/main.c

+ 1 - 1
raster/r.stream.segment/main.c

@@ -77,7 +77,7 @@ int main(int argc, char *argv[])
     out_sector_opt = G_define_standard_option(G_OPT_V_OUTPUT);
     out_sector_opt = G_define_standard_option(G_OPT_V_OUTPUT);
     out_sector_opt->key = "sectors";
     out_sector_opt->key = "sectors";
     out_sector_opt->description =
     out_sector_opt->description =
-	_("Name for output vector map to write segment attributes");
+	_("Name for output vector map to write sector attributes");
 
 
     opt_length = G_define_option();
     opt_length = G_define_option();
     opt_length->key = "length";
     opt_length->key = "length";