mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
f3c73a7502
commit
4f1c251120
@ -56,12 +56,11 @@ class MOBIOutput(OutputFormatPlugin):
|
|||||||
help=_('Disable compression of the file contents.')
|
help=_('Disable compression of the file contents.')
|
||||||
),
|
),
|
||||||
OptionRecommendation(name='personal_doc', recommended_value='[PDOC]',
|
OptionRecommendation(name='personal_doc', recommended_value='[PDOC]',
|
||||||
help=_('Tag marking book to be filed with Personal Docs.'
|
help=_('Tag for MOBI files to be marked as personal documents.'
|
||||||
' If the book being converted has this tag in its metadata,'
|
' This option has no effect on the conversion. It is used'
|
||||||
' then the generated MOBI file'
|
' only when sending MOBI files to a device. If the file'
|
||||||
' will be marked as a personal document. If you want to ensure'
|
' being sent has the specified tag, it will be marked as'
|
||||||
' that the generated file is always marked as a personal document,'
|
' a personal document when sent to the Kindle.')
|
||||||
' use the --tags option in addition.')
|
|
||||||
),
|
),
|
||||||
OptionRecommendation(name='mobi_ignore_margins',
|
OptionRecommendation(name='mobi_ignore_margins',
|
||||||
recommended_value=False,
|
recommended_value=False,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user