diff --git a/src/calibre/library/cli.py b/src/calibre/library/cli.py index ca89c6fa1f..e80766b775 100644 --- a/src/calibre/library/cli.py +++ b/src/calibre/library/cli.py @@ -1371,7 +1371,7 @@ def command_check_library(args, dbpath): checker = CheckLibrary(dbpath, db) checker.scan_library(names, exts) for check in checks: - _print_check_library_results(checker, check) + _print_check_library_results(checker, check, opts) def _print_check_library_results(checker, check, opts):