diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2020-02-20 15:26:33 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2020-02-20 15:26:33 +0000 |
commit | 2fc60f9f749bb52ee8495f6702f8535b0b9e2981 (patch) | |
tree | 58fbf24336c4ea734bcd55d51a6f496eee9a7a1d /databaseReset.py | |
parent | 44caf35fd82991ee440dc0702ad0eace2238f501 (diff) | |
download | troggle-2fc60f9f749bb52ee8495f6702f8535b0b9e2981.tar.gz troggle-2fc60f9f749bb52ee8495f6702f8535b0b9e2981.tar.bz2 troggle-2fc60f9f749bb52ee8495f6702f8535b0b9e2981.zip |
Fixing logbooks with parse errors
Diffstat (limited to 'databaseReset.py')
-rw-r--r-- | databaseReset.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databaseReset.py b/databaseReset.py index 9f5d288..2d35733 100644 --- a/databaseReset.py +++ b/databaseReset.py @@ -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 HTML files from the database """) if __name__ == "__main__": |