|
@@ -147,9 +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 = _("Unique label for each watershed basin");
|
|
|
+ opt10->description = _("Name for basins raster map");
|
|
|
opt10->required = NO;
|
|
|
opt10->guisection = _("Outputs");
|
|
|
|