From f3c73a7502a057ea27ff995ca7e26da533f462ab Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 16 May 2014 11:59:31 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/conversion/plugins/mobi_output.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/calibre/ebooks/conversion/plugins/mobi_output.py b/src/calibre/ebooks/conversion/plugins/mobi_output.py index 0bdb26162c..b3577295e7 100644 --- a/src/calibre/ebooks/conversion/plugins/mobi_output.py +++ b/src/calibre/ebooks/conversion/plugins/mobi_output.py @@ -56,7 +56,12 @@ class MOBIOutput(OutputFormatPlugin): help=_('Disable compression of the file contents.') ), OptionRecommendation(name='personal_doc', recommended_value='[PDOC]', - help=_('Tag marking book to be filed with Personal Docs') + help=_('Tag marking book to be filed with Personal Docs.' + ' If the book being converted has this tag in its metadata,' + ' then the generated MOBI file' + ' will be marked as a personal document. If you want to ensure' + ' that the generated file is always marked as a personal document,' + ' use the --tags option in addition.') ), OptionRecommendation(name='mobi_ignore_margins', recommended_value=False,