[GRASS-SVN] r55124 - grass/branches/develbranch_6/raster/r.out.arc
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Feb 20 01:48:25 PST 2013
Author: hamish
Date: 2013-02-20 01:48:25 -0800 (Wed, 20 Feb 2013)
New Revision: 55124
Modified:
grass/branches/develbranch_6/raster/r.out.arc/main.c
Log:
output is to a file not a raster, descr wording (merge from trunk)
Modified: grass/branches/develbranch_6/raster/r.out.arc/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.out.arc/main.c 2013-02-20 09:44:50 UTC (rev 55123)
+++ grass/branches/develbranch_6/raster/r.out.arc/main.c 2013-02-20 09:48:25 UTC (rev 55124)
@@ -64,10 +64,9 @@
/* 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->gisprompt = "new_file,file,output";
+ parm.output = G_define_standard_option(G_OPT_F_OUTPUT);
parm.output->description =
- _("Name of an output ARC-GRID map (use out=- for stdout)");
+ _("Name for output ARC-GRID map (use out=- for stdout)");
parm.dp = G_define_option();
parm.dp->key = "dp";
More information about the grass-commit
mailing list