X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/912d5504a52acabeac25501dfa25266efbf602d7..40489b85c12aae16363f49d9b1bce1384f20a9e4:/scripts/book2epub diff --git a/scripts/book2epub b/scripts/book2epub index 01ca79a..ff2c668 100755 --- a/scripts/book2epub +++ b/scripts/book2epub @@ -15,7 +15,9 @@ class Book2Epub(Book2Anything): transform_flags = [ Option('-w', '--working-copy', dest='working-copy', action='store_true', default=False, - help='mark the output as a working copy') + help='mark the output as a working copy'), + Option('-R', '--resources', dest='resources', metavar='DIR', + help='a directory with additional resources'), ]