diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2020-02-20 15:29:30 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2020-02-20 15:29:30 +0000 |
commit | a559151c579ef77de08e9c0dc70ee3d244a6b6ae (patch) | |
tree | a978bb15923560b11dedbfb9e501bd07cea7a0bf | |
parent | 2fc60f9f749bb52ee8495f6702f8535b0b9e2981 (diff) | |
parent | 3b1fcb7febc56ca047c2f7f1f2f50e92ed38763a (diff) | |
download | troggle-a559151c579ef77de08e9c0dc70ee3d244a6b6ae.tar.gz troggle-a559151c579ef77de08e9c0dc70ee3d244a6b6ae.tar.bz2 troggle-a559151c579ef77de08e9c0dc70ee3d244a6b6ae.zip |
Merge remote-tracking branch 'origin/master'
-rw-r--r-- | databaseReset.py | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/databaseReset.py b/databaseReset.py index 2d35733..a242b81 100644 --- a/databaseReset.py +++ b/databaseReset.py @@ -168,7 +168,7 @@ def writeCaves(): def usage(): print("""Usage is 'python databaseReset.py <command>' where command is: - reset - this is normal usage, clear db and reread everything from files - time-consuming + reset - this is normal usage, clear database 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 @@ -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 HTML 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__": @@ -241,7 +241,3 @@ if __name__ == "__main__": else: print("%s not recognised" % sys.argv) usage() - - - - |