From 5bd5ae96f9194d8e7efa007f68bf4963825d72cb Mon Sep 17 00:00:00 2001 From: Charles Haley <> Date: Sat, 2 Oct 2010 11:22:50 +0100 Subject: [PATCH] Fix #7031 --- src/calibre/library/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/library/cli.py b/src/calibre/library/cli.py index 5b12692764..1396fa0014 100644 --- a/src/calibre/library/cli.py +++ b/src/calibre/library/cli.py @@ -971,7 +971,7 @@ def restore_database_option_parser(): files in each directory of the calibre library. This is useful if your metadata.db file has been corrupted. - WARNING: This completely regenrates your datbase. You will + WARNING: This completely regenerates your datbase. You will lose stored per-book conversion settings and custom recipes. ''')) return parser