|
@@ -37,7 +37,7 @@ int main(int argc, char **argv)
|
|
|
module = G_define_module();
|
|
|
G_add_keyword(_("vector"));
|
|
|
G_add_keyword(_("geometry"));
|
|
|
- module->description = _("Creates a new vector polygon from the current region extent.");
|
|
|
+ module->description = _("Creates a vector polygon from the current region extent.");
|
|
|
|
|
|
out_opt = G_define_standard_option(G_OPT_V_OUTPUT);
|
|
|
|