Hi, 2010/8/26 <[email protected]>: > Author: hamish > Date: 2010-08-26 05:44:50 +0000 (Thu, 26 Aug 2010) > New Revision: 43273 > > Modified: > grass/trunk/scripts/m.proj/m.proj.py > Log: > option not req'd as a default answer exists > > Modified: grass/trunk/scripts/m.proj/m.proj.py > =================================================================== > --- grass/trunk/scripts/m.proj/m.proj.py 2010-08-25 21:38:35 UTC (rev > 43272) > +++ grass/trunk/scripts/m.proj/m.proj.py 2010-08-26 05:44:50 UTC (rev > 43273) > @@ -35,7 +35,6 @@ > #% gisprompt: old_file,file,file > #% description: Input coordinate file ('-' to read from stdin) > #% answer: - > -#% required : yes > #% key_desc : filename > #% guisection: Files & format > #%end
stdin default is quite problematic from GUI perspective. I would suggest #% label: Input coordinate file #% description: '-' to read from stdin #% required : yes Martin -- Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
