From a09c89051874c7831c040b606fbe73264c74b7d5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 22 Jun 2014 15:48:02 +0530 Subject: [PATCH] ... --- 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 f93639121a..ee2ef0c670 100644 --- a/src/calibre/library/cli.py +++ b/src/calibre/library/cli.py @@ -597,7 +597,7 @@ in all books. You can also specify many book ids separated by spaces and id rang separated by hyphens. For example: %prog embed_metadata 1 2 10-15 23''')) parser.add_option('-f', '--only-formats', action='append', default=[], help=_( 'Only update metadata in files of the specified format. Specify it multiple' - ' times for multiple formats. Be default, all formats are updated.')) + ' times for multiple formats. By default, all formats are updated.')) return parser def command_embed_metadata(args, dbpath):