소스 검색

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->key = 'c';
     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))
 	exit(EXIT_FAILURE);