|
@@ -126,8 +126,8 @@ int main(int argc, char *argv[])
|
|
|
|
|
|
module = G_define_module();
|
|
|
G_add_keyword(_("vector"));
|
|
|
- G_add_keyword(_("database"));
|
|
|
G_add_keyword(_("attribute table"));
|
|
|
+ G_add_keyword(_("database"));
|
|
|
module->description = _("Count points in areas, calculate statistics from point attributes.");
|
|
|
|
|
|
point_opt = G_define_standard_option(G_OPT_V_INPUT);
|