summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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()