[GRASS-SVN] r42083 - grass/branches/develbranch_6/scripts/v.out.gpsbabel

svn_grass at osgeo.org svn_grass at osgeo.org
Mon May 3 10:24:36 EDT 2010


Author: hamish
Date: 2010-05-03 10:24:35 -0400 (Mon, 03 May 2010)
New Revision: 42083

Modified:
   grass/branches/develbranch_6/scripts/v.out.gpsbabel/v.out.gpsbabel
Log:
explain err msg more (confused with type=)

Modified: grass/branches/develbranch_6/scripts/v.out.gpsbabel/v.out.gpsbabel
===================================================================
--- grass/branches/develbranch_6/scripts/v.out.gpsbabel/v.out.gpsbabel	2010-05-03 12:28:41 UTC (rev 42082)
+++ grass/branches/develbranch_6/scripts/v.out.gpsbabel/v.out.gpsbabel	2010-05-03 14:24:35 UTC (rev 42083)
@@ -192,7 +192,7 @@
 fi
 
 if [ $WPT -eq 0 ] && [ $RTE -eq 0 ] && [ $TRK -eq 0 ] ; then
-    g.message -e "No features requested for export."
+    g.message -e "No features requested for export. (wpt/trk/rte)"
     cleanup
     exit 1
 fi



More information about the grass-commit mailing list