[GRASS-dev] Re: [GRASS-SVN] r43273 - grass/trunk/scripts/m.proj

Martin Landa landa.martin at gmail.com
Thu Aug 26 17:30:55 EDT 2010


Hi,

2010/8/26  <svn_grass at osgeo.org>:
> 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


More information about the grass-dev mailing list