git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32012 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -58,6 +58,8 @@ int main(int argc, char *argv[])
"transformation for each pixel in the image based on the "
"control points");
+ grp = G_define_standard_option(G_OPT_I_GROUP);
+
ifile = G_define_standard_option(G_OPT_R_INPUT);
ifile->required = NO;