summaryrefslogtreecommitdiffstats
path: root/databaseReset.py
diff options
context:
space:
mode:
authorexpo <expo@expobox.potato.hut>2014-07-28 00:18:10 +0100
committerexpo <expo@expobox.potato.hut>2014-07-28 00:18:10 +0100
commit94c44b0d7b7dbfe44f6a8c262a547e1860710c81 (patch)
tree9e1e2f55e715c5a18c4d43034dcd51a81a0bf6c8 /databaseReset.py
parent4a3d181097e650a5b4b0c873fd1d6a146d2f34e8 (diff)
downloadtroggle-94c44b0d7b7dbfe44f6a8c262a547e1860710c81.tar.gz
troggle-94c44b0d7b7dbfe44f6a8c262a547e1860710c81.tar.bz2
troggle-94c44b0d7b7dbfe44f6a8c262a547e1860710c81.zip
Change databasereset to use 'caves' instead of 'cavesnew' for reloading the cave database
Diffstat (limited to 'databaseReset.py')
-rw-r--r--databaseReset.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/databaseReset.py b/databaseReset.py
index ee2cac1..49d83de 100644
--- a/databaseReset.py
+++ b/databaseReset.py
@@ -167,7 +167,7 @@ def usage():
where command is:
reset - this is normal usage, clear database and reread everything
desc
- cavesnew - read in the caves
+ caves - read in the caves
logbooks - read in the logbooks
autologbooks
dumplogbooks
@@ -188,7 +188,7 @@ if __name__ == "__main__":
resetdesc()
elif "scans" in sys.argv:
import_surveyscans()
- elif "cavesnew" in sys.argv:
+ elif "caves" in sys.argv:
reload_db()
make_dirs()
pageredirects()