Browse Source

r.stream.segment: correction of option description

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60371 15284696-431f-4ddb-bdfa-cd5b030d7da7
Helmut Kudrnovsky 11 years ago
parent
commit
d0d133891c
1 changed files with 1 additions and 1 deletions
  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->key = "sectors";
     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->key = "length";