diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2020-02-19 22:51:07 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2020-02-19 22:51:07 +0000 |
commit | f0889ce0f8d155f98549e3da99fa83d8ccb67b44 (patch) | |
tree | 0fdcab7dbcefc49618b6c86f4b5558fa4f2b13ec /databaseReset.py | |
parent | b6dc711c14613e97f4741f7b07cfd6557a0582de (diff) | |
download | troggle-f0889ce0f8d155f98549e3da99fa83d8ccb67b44.tar.gz troggle-f0889ce0f8d155f98549e3da99fa83d8ccb67b44.tar.bz2 troggle-f0889ce0f8d155f98549e3da99fa83d8ccb67b44.zip |
typos fix and more description
Diffstat (limited to 'databaseReset.py')
-rw-r--r-- | databaseReset.py | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/databaseReset.py b/databaseReset.py index cdc2623..afe6fc5 100644 --- a/databaseReset.py +++ b/databaseReset.py @@ -168,13 +168,13 @@ def writeCaves(): def usage(): print("""Usage is 'python databaseReset.py <command>' where command is: - reset - this is normal usage, clear database and reread everything from files - timeconsuming - desc - NOT WORKING: function resetdesc() missing - caves - read in the caves + reset - this is normal usage, clear db and reread everything from files - time-consuming + 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 + people - read in the people from folk.csv QMs - read in the QM files resetend scans - read in the scanned surveynotes @@ -183,7 +183,6 @@ 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 """) |