match_num now loaded from database

and --keep-db deprecated in favour of --new-db (harder for me to fu*k up)
This commit is contained in:
2019-09-09 15:29:15 +02:00
parent 07242f74c8
commit 4124036474
3 changed files with 5 additions and 4 deletions

View File

@@ -125,8 +125,8 @@ if __name__ == '__main__':
parser.add_argument('--db',
help="Database file to use (instead of memory)", default=None)
parser.add_argument('--keep-db',
help="Does not recreate new database file", action='store_true')
parser.add_argument('--new-db',
help="Writes over database file, if there exists one", action='store_true')
parser.add_argument('--pc-tag',
help='Tag for separators, usually pc or c', default="pc")