Index: trunk/tools/generic_tools.py
===================================================================
--- trunk/tools/generic_tools.py	(revision 2780)
+++ trunk/tools/generic_tools.py	(revision 2781)
@@ -17373,5 +17373,5 @@
     """ Function to provide information from a given station from one of its values 
       from ASCII file 'OBStations.csv'
-    variables_values([values])
+    stations_values([stcrit],[stval],[Nexpctst],[Notfound])
         [stcrit]: name of the criteria from OBStations.csv
           one of: 'station_name', 'WMOid', 'longitude', 'lon_deg', 'lon_min', 
@@ -17395,8 +17395,9 @@
           [add2]: additional value 2
         [stval]: value of [stcrit] to be matched
-        [Nexpctst]: expected quantity of stations to retrieve
+        [Nexpctst]: expected quantity of stations to retrieve ('all', default)
           'all': all matching entries. It will return a dictionary
           'one': only one entry. It will return a list
         [Notfound]: should call quit if no station is found? Otherwise returns None
+          (True, default)
         return: [station_name], [WMOid], [longitude], [lon_deg], [lon_min], [lon_sec], 
           [latitude], [lat_deg], [lat_min], [lat_sec], [height], [prov], [country], 
