This commit is contained in:
Philip Sargent 2020-02-19 22:52:00 +00:00
parent f0889ce0f8
commit f5174a3248

View File

@ -172,9 +172,9 @@ def usage():
desc - NOT WORKING: function resetdesc() missing
caves - read in the caves
logbooks - read in the logbooks, but read in people first
autologbooks
dumplogbooks
people - read in the people from folk.csv
autologbooks - read in autologbooks
dumplogbooks - write out autologbooks (not working?)
people - read in the people from folk.csv
QMs - read in the QM files
resetend
scans - read in the scanned surveynotes
@ -183,8 +183,8 @@ def usage():
surveys
tunnel - read in the Tunnel files
writeCaves
- read in - always means read from files and put the information into the database
- write out - always means create the auto-generated files from the database
- read in - always means read from files and put the information into the database
- write out - always means create the auto-generated files from the database
""")
if __name__ == "__main__":