[GRASS-SVN] r57149 - grass-addons/grass7/raster/r.wf
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jul 15 08:08:59 PDT 2013
Author: madi
Date: 2013-07-15 08:08:59 -0700 (Mon, 15 Jul 2013)
New Revision: 57149
Modified:
grass-addons/grass7/raster/r.wf/r.wf.py
Log:
cosmetics
Modified: grass-addons/grass7/raster/r.wf/r.wf.py
===================================================================
--- grass-addons/grass7/raster/r.wf/r.wf.py 2013-07-15 14:03:40 UTC (rev 57148)
+++ grass-addons/grass7/raster/r.wf/r.wf.py 2013-07-15 15:08:59 UTC (rev 57149)
@@ -26,21 +26,16 @@
#% keywords: raster
#%end
-#%option
+#%option G_OPT_R_INPUT
#% key: map
-#% type: string
-#% gisprompt: old,raster,raster
-#% key_desc: name
#% description: Distance to outlet map (from r.stream.distance)
#% required: yes
#%end
-#%option
+#%option G_OPT_F_OUTPUT
#% key: image
-#% type: string
-#% gisprompt: new_file,file,input
#% key_desc: image
-#% description: output plot (png)
+#% description: Name for output graph file (png)
#% required: yes
#%END
More information about the grass-commit
mailing list