[GRASS-SVN] r32016 - grass/branches/develbranch_6/imagery/i.rectify

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jul 6 06:28:04 EDT 2008


Author: neteler
Date: 2008-07-06 06:28:04 -0400 (Sun, 06 Jul 2008)
New Revision: 32016

Modified:
   grass/branches/develbranch_6/imagery/i.rectify/main.c
Log:
multiple files

Modified: grass/branches/develbranch_6/imagery/i.rectify/main.c
===================================================================
--- grass/branches/develbranch_6/imagery/i.rectify/main.c	2008-07-06 10:27:38 UTC (rev 32015)
+++ grass/branches/develbranch_6/imagery/i.rectify/main.c	2008-07-06 10:28:04 UTC (rev 32016)
@@ -60,7 +60,7 @@
 
     grp = G_define_standard_option(G_OPT_I_GROUP);
 
-    ifile = G_define_standard_option(G_OPT_R_INPUT);
+    ifile = G_define_standard_option(G_OPT_R_INPUTS);
     ifile->required = NO;
 
     ext = G_define_option();



More information about the grass-commit mailing list