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 committed May 20, 2020
1 parent 09ee0e4 commit ad67b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vector/v.category/main.c
Original file line number Diff line number Diff line change
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 ad67b0a

Please sign in to comment.