git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58311 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -74,6 +74,7 @@ int main(int argc, char *argv[])
G_add_keyword(_("PCA"));
module->description = _("Principal components analysis (PCA) "
"for image processing.");
+ module->overwrite = 1;
/* Define options */
opt_in = G_define_standard_option(G_OPT_R_INPUTS);
@@ -104,6 +104,7 @@ int main(int argc, char *argv[])
G_add_keyword(_("texture"));
module->description =
_("Generate images with textural features from a raster map.");
/* Define the different options */