[GRASS-SVN] r71847 - grass-addons/grass7/vector/v.gsflow.segments

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 26 12:03:25 PST 2017


Author: awickert
Date: 2017-11-26 12:03:24 -0800 (Sun, 26 Nov 2017)
New Revision: 71847

Modified:
   grass-addons/grass7/vector/v.gsflow.segments/v.gsflow.segments.py
Log:
units in help string

Modified: grass-addons/grass7/vector/v.gsflow.segments/v.gsflow.segments.py
===================================================================
--- grass-addons/grass7/vector/v.gsflow.segments/v.gsflow.segments.py	2017-11-26 15:16:02 UTC (rev 71846)
+++ grass-addons/grass7/vector/v.gsflow.segments/v.gsflow.segments.py	2017-11-26 20:03:24 UTC (rev 71847)
@@ -142,7 +142,7 @@
 #%option
 #%  key: width1
 #%  type: double
-#%  description: Upstream width in segment, assumed constant through watershed
+#%  description: Upstream width in segment [m], uniform through watershed
 #%  answer: 5
 #%  required: no
 #%end
@@ -150,7 +150,7 @@
 #%option
 #%  key: width2
 #%  type: double
-#%  description: Downstream width in segment, assumed constant through watershed
+#%  description: Downstream width in segment [m], uniform through watershed
 #%  answer: 5
 #%  required: no
 #%end



More information about the grass-commit mailing list