Skip to content

Commit

Permalink
Update main.c (#618)
Browse files Browse the repository at this point in the history
Grammar, like #607.
  • Loading branch information
jidanni authored and neteler committed May 20, 2020
1 parent 565a8b3 commit b5b76d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vector/v.category/main.c
Expand Up @@ -76,7 +76,7 @@ int main(int argc, char *argv[])
G_add_keyword(_("category"));
G_add_keyword(_("layer"));
module->description =
_("Attaches, deletes or reports vector categories to map geometry.");
_("Attaches, deletes or reports vector categories to/from/of map geometry.");

in_opt = G_define_standard_option(G_OPT_V_INPUT);

Expand Down

0 comments on commit b5b76d2

Please sign in to comment.