浏览代码

i.target: Fix a message

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@68090 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 9 年之前
父节点
当前提交
dc81569ea6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      imagery/i.target/main.c

+ 1 - 1
imagery/i.target/main.c

@@ -65,7 +65,7 @@ int main(int argc, char *argv[])
     c = G_define_flag();
     c = G_define_flag();
     c->key = 'c';
     c->key = 'c';
     c->description =
     c->description =
-	_("Set current location and mapset as target for of imagery group");
+	_("Set current location and mapset as target for imagery group");
 
 
     if (G_parser(argc, argv))
     if (G_parser(argc, argv))
 	exit(EXIT_FAILURE);
 	exit(EXIT_FAILURE);