Browse Source

Update main.c (#618)

Grammar, like #607.
積丹尼 Dan Jacobson 4 years ago
parent
commit
b5b76d2ec3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vector/v.category/main.c

+ 1 - 1
vector/v.category/main.c

@@ -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);