mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-03-23 02:31:49 +00:00
making in-code documentation strings match what actually happens
This commit is contained in:
parent
04fb2e8701
commit
b6dc711c14
@ -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
|
reset - this is normal usage, clear database and reread everything from files - timeconsuming
|
||||||
desc
|
desc - NOT WORKING: function resetdesc() missing
|
||||||
caves - read in the caves
|
caves - read in the caves
|
||||||
logbooks - read in the logbooks
|
logbooks - read in the logbooks, but read in people first
|
||||||
autologbooks
|
autologbooks
|
||||||
dumplogbooks
|
dumplogbooks
|
||||||
people
|
people - read in the people
|
||||||
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,6 +183,9 @@ 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
|
||||||
|
- write out - always means create the auto-generated files from the database
|
||||||
""")
|
""")
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user