X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/5c55be51e46b296d368b86375f2f4b90ea46c00b..9897e47c02290be094669bf464a0d7583123250c:/scripts/book2pdf?ds=inline

diff --git a/scripts/book2pdf b/scripts/book2pdf
index 68e2d08..ccb5fac 100755
--- a/scripts/book2pdf
+++ b/scripts/book2pdf
@@ -12,7 +12,7 @@ class Book2Pdf(Book2Anything):
     ext = "pdf"
     uses_cover = True
     uses_provider = True
-    transform_args = [
+    transform_options = [
         Option('-t', '--save-tex', dest='save_tex', metavar='FILE',
                 help='path to save the intermediary LaTeX file to'),
         Option('-m', '--morefloats', dest='morefloats', metavar='old/new/none',