fix typos; closes #237, closes #465

correct subset of fixes, not touching the intentional/sacred ones
This commit is contained in:
ed 2025-08-21 22:03:34 +00:00
parent f9cb2c15e3
commit cc4f4aef99
17 changed files with 24 additions and 22 deletions

View file

@ -8,7 +8,7 @@ import sqlite3
import argparse
DB_VER1 = 3
DB_VER2 = 5
DB_VER2 = 6
BY_PATH = None
NC = None
@ -39,7 +39,7 @@ def ls(db):
print(f"{nfiles} files")
print(f"{ntags} tags\n")
print("number of occurences for each tag,")
print("number of occurrences for each tag,")
print(" 'x' = file has no tags")
print(" 't:mtp' = the mtp flag (file not mtp processed yet)")
print()