summaryrefslogtreecommitdiffstats
path: root/databaseReset.py
diff options
context:
space:
mode:
Diffstat (limited to 'databaseReset.py')
-rw-r--r--databaseReset.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/databaseReset.py b/databaseReset.py
index afe6fc5..d3bdbc9 100644
--- a/databaseReset.py
+++ b/databaseReset.py
@@ -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__":