git-svn-id: https://svn.osgeo.org/grass/grass/trunk@59208 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -100,7 +100,7 @@ int main(int argc, char **argv)
/* Query */
type_opt = G_define_standard_option(G_OPT_V_TYPE);
- type_opt->answer = "point,line,area,face";
+ type_opt->answer = "point,line,boundary,area,face";
type_opt->options = "point,line,boundary,centroid,area,face";
type_opt->guisection = _("Selection");