Преглед изворни кода

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();
     module = G_define_module();
     G_add_keyword(_("general"));
     G_add_keyword(_("general"));
     G_add_keyword(_("map management"));
     G_add_keyword(_("map management"));
-    G_add_keyword(_("copy"));
     module->description =
     module->description =
 	_("Copies available data files in the current mapset "
 	_("Copies available data files in the current mapset "
 	  "search path to the user's 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();
     module = G_define_module();
     G_add_keyword(_("general"));
     G_add_keyword(_("general"));
     G_add_keyword(_("map management"));
     G_add_keyword(_("map management"));
-    G_add_keyword(_("data base files"));
     module->description =
     module->description =
 	_("Searches for GRASS data base files "
 	_("Searches for GRASS data base files "
 	  "and sets variables for the shell.");
 	  "and sets variables for the shell.");