diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2020-02-19 22:52:00 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2020-02-19 22:52:00 +0000 |
commit | f5174a32483261522fc6b0fc6d89f72bbb3fe2a2 (patch) | |
tree | 7b453d1678dc07b9aa72ec114c7a099d33631157 /databaseReset.py | |
parent | f0889ce0f8d155f98549e3da99fa83d8ccb67b44 (diff) | |
download | troggle-f5174a32483261522fc6b0fc6d89f72bbb3fe2a2.tar.gz troggle-f5174a32483261522fc6b0fc6d89f72bbb3fe2a2.tar.bz2 troggle-f5174a32483261522fc6b0fc6d89f72bbb3fe2a2.zip |
typo
Diffstat (limited to 'databaseReset.py')
-rw-r--r-- | databaseReset.py | 10 |
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__": |