소스 검색

keyword cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57412 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 년 전
부모
커밋
054bc47e8f
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      general/g.copy/main.c
  2. 0 1
      general/g.findfile/main.c

+ 0 - 1
general/g.copy/main.c

@@ -40,7 +40,6 @@ int main(int argc, char *argv[])
     module = G_define_module();
     G_add_keyword(_("general"));
     G_add_keyword(_("map management"));
-    G_add_keyword(_("copy"));
     module->description =
 	_("Copies available data files in the current mapset "
 	  "search path to the user's current mapset.");

+ 0 - 1
general/g.findfile/main.c

@@ -37,7 +37,6 @@ int main(int argc, char *argv[])
     module = G_define_module();
     G_add_keyword(_("general"));
     G_add_keyword(_("map management"));
-    G_add_keyword(_("data base files"));
     module->description =
 	_("Searches for GRASS data base files "
 	  "and sets variables for the shell.");