[GRASS-SVN] r55123 - grass/trunk/raster/r.out.arc
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Feb 20 01:44:51 PST 2013
Author: hamish
Date: 2013-02-20 01:44:50 -0800 (Wed, 20 Feb 2013)
New Revision: 55123
Modified:
grass/trunk/raster/r.out.arc/main.c
Log:
output is to a file not a raster
Modified: grass/trunk/raster/r.out.arc/main.c
===================================================================
--- grass/trunk/raster/r.out.arc/main.c 2013-02-20 08:43:59 UTC (rev 55122)
+++ grass/trunk/raster/r.out.arc/main.c 2013-02-20 09:44:50 UTC (rev 55123)
@@ -65,7 +65,7 @@
/* Define the different options */
parm.map = G_define_standard_option(G_OPT_R_INPUT);
- parm.output = G_define_standard_option(G_OPT_R_OUTPUT);
+ parm.output = G_define_standard_option(G_OPT_F_OUTPUT);
parm.output->description =
_("Name for output ARC-GRID file (use out=- for stdout)");
More information about the grass-commit
mailing list