Explorar o código

explain err msg more (confused with type=)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@42084 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman %!s(int64=15) %!d(string=hai) anos
pai
achega
34e06bca0d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/v.out.gps/v.out.gps

+ 1 - 1
scripts/v.out.gps/v.out.gps

@@ -192,7 +192,7 @@ if [ $RTE -eq 1 ] && [ $TRK -eq 1 ] ; then
 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