Usage: epub-meta [options] myfile.epub

Read and write metadata from an ebook file.

Whenever you pass arguments to epub-meta that have spaces in them, enclose the arguments in quotation marks.

Options:
  --version             show program's version number and exit

  -h, --help            show this help message and exit

  -t TITLE, --title=TITLE
                        Set the book title

  -a AUTHORS, --authors=AUTHORS
                        Set the authors

  --comment=COMMENT     Set the comment

  --tags=TAGS           A comma separated list of tags to set

  --series=SERIES       The series to which this book belongs

  --series-index=SERIES_INDEX
                        The series index

  --language=LANGUAGE   The book language

  --get-cover           Extract the cover


Created by Kovid Goyal <kovid@kovidgoyal.net>
