[GRASS-SVN] r56420 - grass/trunk/raster/r.in.mat

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 26 03:14:35 PDT 2013


Author: hamish
Date: 2013-05-26 03:14:35 -0700 (Sun, 26 May 2013)
New Revision: 56420

Modified:
   grass/trunk/raster/r.in.mat/main.c
Log:
avoid 'or enter text here' for binary input file

Modified: grass/trunk/raster/r.in.mat/main.c
===================================================================
--- grass/trunk/raster/r.in.mat/main.c	2013-05-26 09:37:53 UTC (rev 56419)
+++ grass/trunk/raster/r.in.mat/main.c	2013-05-26 10:14:35 UTC (rev 56420)
@@ -97,6 +97,7 @@
     /* Define the different options */
     inputfile = G_define_standard_option(G_OPT_F_INPUT);
     inputfile->required = YES;
+    inputfile->gisprompt = "old,mat,file";
     inputfile->description = _("Name of input MAT-File(v4)");
 
     outputfile = G_define_standard_option(G_OPT_R_OUTPUT);



More information about the grass-commit mailing list