Add header and footer removal options to ebook-convert

This commit is contained in:
Kovid Goyal 2009-08-16 11:42:09 -06:00
commit ec9b90ab9d

View File

@ -126,7 +126,8 @@ def add_pipeline_options(parser, plumber):
'margin_top', 'margin_left', 'margin_right', 'margin_top', 'margin_left', 'margin_right',
'margin_bottom', 'dont_justify', 'margin_bottom', 'dont_justify',
'insert_blank_line', 'remove_paragraph_spacing', 'insert_blank_line', 'remove_paragraph_spacing',
'asciiize', 'asciiize', 'remove_header', 'header_regex',
'remove_footer', 'footer_regex',
] ]
), ),