|
@@ -55,12 +55,12 @@ int main(int argc, char *argv[])
|
|
|
in_points_opt->description = _("Name of input vector points map");
|
|
|
|
|
|
out_points_opt = G_define_standard_option(G_OPT_V_OUTPUT);
|
|
|
- out_points_opt->description = _("Name of output vector points map");
|
|
|
+ out_points_opt->description = _("Name for output vector points map");
|
|
|
|
|
|
in_stream_opt = G_define_standard_option(G_OPT_R_INPUT);
|
|
|
in_stream_opt->key = "stream_rast";
|
|
|
in_stream_opt->required = NO;
|
|
|
- in_stream_opt->description = _("Name for input raster map with stream network");
|
|
|
+ in_stream_opt->description = _("Name of input raster map with stream network");
|
|
|
in_stream_opt->guisection = _("Input maps");
|
|
|
|
|
|
in_accum_opt = G_define_standard_option(G_OPT_R_INPUT);
|