[GRASS-SVN] r52073 - grass/branches/develbranch_6/raster/r.out.gdal

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 14 07:40:43 PDT 2012


Author: mmetz
Date: 2012-06-14 07:40:42 -0700 (Thu, 14 Jun 2012)
New Revision: 52073

Modified:
   grass/branches/develbranch_6/raster/r.out.gdal/main.c
Log:
r.out.gdal: fix output standard option

Modified: grass/branches/develbranch_6/raster/r.out.gdal/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.out.gdal/main.c	2012-06-14 14:39:56 UTC (rev 52072)
+++ grass/branches/develbranch_6/raster/r.out.gdal/main.c	2012-06-14 14:40:42 UTC (rev 52073)
@@ -177,7 +177,7 @@
 	"Byte,Int16,UInt16,Int32,UInt32,Float32,Float64,CInt16,CInt32,CFloat32,CFloat64";
     type->required = NO;
 
-    output = G_define_standard_option(G_OPT_R_OUTPUT);
+    output = G_define_standard_option(G_OPT_F_OUTPUT);
     output->required = NO;
     output->gisprompt = "new_file,file,output";
     output->description = _("Name for output raster file");



More information about the grass-commit mailing list