[GRASS-SVN] r66854 - in grass/branches/releasebranch_7_0/temporal: t.rast.import t.vect.import

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Nov 16 14:34:42 PST 2015


Author: neteler
Date: 2015-11-16 14:34:42 -0800 (Mon, 16 Nov 2015)
New Revision: 66854

Modified:
   grass/branches/releasebranch_7_0/temporal/t.rast.import/t.rast.import.py
   grass/branches/releasebranch_7_0/temporal/t.vect.import/t.vect.import.py
Log:
t.rast.import/t.vect.import: minor description sync to trunk

Modified: grass/branches/releasebranch_7_0/temporal/t.rast.import/t.rast.import.py
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.rast.import/t.rast.import.py	2015-11-16 17:33:43 UTC (rev 66853)
+++ grass/branches/releasebranch_7_0/temporal/t.rast.import/t.rast.import.py	2015-11-16 22:34:42 UTC (rev 66854)
@@ -84,7 +84,8 @@
 
 #%flag
 #% key: o
-#% description: Override projection (use location's projection)
+#% label: Override projection check (use current location's projection)
+#% description: Assume that the dataset has same projection as the current location
 #%end
 
 #%flag

Modified: grass/branches/releasebranch_7_0/temporal/t.vect.import/t.vect.import.py
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.vect.import/t.vect.import.py	2015-11-16 17:33:43 UTC (rev 66853)
+++ grass/branches/releasebranch_7_0/temporal/t.vect.import/t.vect.import.py	2015-11-16 22:34:42 UTC (rev 66854)
@@ -73,7 +73,8 @@
 
 #%flag
 #% key: o
-#% description: Override projection (use location's projection)
+#% label: Override projection check (use current location's projection)
+#% description: Assume that the dataset has same projection as the current location
 #%end
 
 #%flag



More information about the grass-commit mailing list