From f1e36db970fa8148d7aed74bc55b56b0f7d824c0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 28 Feb 2013 11:57:14 +0530 Subject: [PATCH] ... --- src/calibre/debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/debug.py b/src/calibre/debug.py index 45da90b652..86b2ebf00b 100644 --- a/src/calibre/debug.py +++ b/src/calibre/debug.py @@ -58,7 +58,7 @@ on. parser.add_option('-m', '--inspect-mobi', action='store_true', default=False, help='Inspect the MOBI file(s) at the specified path(s)') - parser.add_option('--tweak-book', default=None, + parser.add_option('-t', '--tweak-book', default=None, help='Tweak the book (exports the book as a collection of HTML ' 'files and metadata, which you can edit using standard HTML ' 'editing tools, and then rebuilds the file from the edited HTML. '