2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-05-13 04:45:44 +01:00

Minor text and whitespace fixes

This commit is contained in:
Wookey 2020-02-20 15:01:50 +00:00
parent f5ec5a61a9
commit 2838f540d1

@ -168,7 +168,7 @@ def writeCaves():
def usage(): def usage():
print("""Usage is 'python databaseReset.py <command>' print("""Usage is 'python databaseReset.py <command>'
where command is: 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 desc - NOT WORKING: function resetdesc() missing
caves - read in the caves caves - read in the caves
logbooks - read in the logbooks, but read in people first logbooks - read in the logbooks, but read in people first
@ -241,7 +241,3 @@ if __name__ == "__main__":
else: else:
print("%s not recognised" % sys.argv) print("%s not recognised" % sys.argv)
usage() usage()