forked from expo/troggle
Change databasereset to use 'caves' instead of 'cavesnew' for reloading the cave database
This commit is contained in:
parent
ea72b68532
commit
d4750e7ce9
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user