浏览代码

v.to.db: description cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54559 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 年之前
父节点
当前提交
359c16028e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vector/v.to.db/parse.c

+ 1 - 1
vector/v.to.db/parse.c

@@ -129,7 +129,7 @@ int parse_command_line(int argc, char *argv[])
     flags.t = G_define_flag();
     flags.t->key = 'c';
     flags.t->description =
-	_("Prints also totals for options: length,area,count");
+	_("Print also totals for option length, area, or count");
     flags.t->guisection = _("Print");
     flags.t->suppress_required = YES;