浏览代码

libgis: typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@51201 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 年之前
父节点
当前提交
7c10ebc1f6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/gis/parser_standard_options.c

+ 1 - 1
lib/gis/parser_standard_options.c

@@ -499,7 +499,7 @@ struct Option *G_define_standard_option(int opt)
 	Opt->key_desc = "name";
 	Opt->required = YES;
 	Opt->gisprompt = "old,file,input";
-	Opt->description = _("Name to input file");
+	Opt->description = _("Name of input file");
 	break;
     case G_OPT_F_OUTPUT:
 	Opt->key = "output";