Skip to content

Commit

Permalink
Update organize_ebooks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
raul23 authored May 22, 2023
1 parent d162c66 commit ee247d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion organize_ebooks/scripts/organize_ebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def setup_argparser():
convert_group.add_argument(
'--msword', dest='msword_convert_method',
choices=['catdoc', 'textutil', 'ebook-convert'], default=lib.MSWORD_CONVERT_METHOD,
help='Set the conversion method for epub documents.'
help='Set the conversion method for msword documents.'
+ get_default_message(lib.MSWORD_CONVERT_METHOD))
convert_group.add_argument(
'--pdf', dest='pdf_convert_method',
Expand Down

0 comments on commit ee247d7

Please sign in to comment.