2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 15:21:52 +00:00

typos fix and more description

This commit is contained in:
Philip Sargent 2020-02-19 22:51:07 +00:00
parent b6dc711c14
commit f0889ce0f8

View File

@ -168,13 +168,13 @@ def writeCaves():
def usage(): def usage():
print("""Usage is 'python databaseReset.py <command>' print("""Usage is 'python databaseReset.py <command>'
where command is: where command is:
reset - this is normal usage, clear database and reread everything from files - timeconsuming reset - this is normal usage, clear db and reread everything from files - time-consuming
desc - NOT WORKING: function resetdesc() missing desc - NOT WORKING: function resetdesc() missing
caves - read in the caves caves - read in the caves
logbooks - read in the logbooks, but read in people first logbooks - read in the logbooks, but read in people first
autologbooks autologbooks
dumplogbooks dumplogbooks
people - read in the people people - read in the people from folk.csv
QMs - read in the QM files QMs - read in the QM files
resetend resetend
scans - read in the scanned surveynotes scans - read in the scanned surveynotes
@ -183,7 +183,6 @@ def usage():
surveys surveys
tunnel - read in the Tunnel files tunnel - read in the Tunnel files
writeCaves writeCaves
- read in - always means read from files and put the information into 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 - write out - always means create the auto-generated files from the database
""") """)