~ubuntu-branches/ubuntu/jaunty/calibre/jaunty-backports

« back to all changes in this revision

Viewing changes to debian/man/epub-meta.txt

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-01-20 17:14:02 UTC
  • Revision ID: james.westby@ubuntu.com-20090120171402-pdj4xwxvap75cru0
Tags: 0.4.125+dfsg-0ubuntu1
Initial release, packaging by Miriam Ruiz <miriam@debian.org> and
Martin Pitt <martin.pitt@ubuntu.com>.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Usage: epub-meta [options] myfile.epub
 
2
 
 
3
Read and write metadata from an ebook file.
 
4
 
 
5
Whenever you pass arguments to epub-meta that have spaces in them, enclose the arguments in quotation marks.
 
6
 
 
7
Options:
 
8
  --version             show program's version number and exit
 
9
 
 
10
  -h, --help            show this help message and exit
 
11
 
 
12
  -t TITLE, --title=TITLE
 
13
                        Set the book title
 
14
 
 
15
  -a AUTHORS, --authors=AUTHORS
 
16
                        Set the authors
 
17
 
 
18
  --comment=COMMENT     Set the comment
 
19
 
 
20
  --tags=TAGS           A comma separated list of tags to set
 
21
 
 
22
  --series=SERIES       The series to which this book belongs
 
23
 
 
24
  --series-index=SERIES_INDEX
 
25
                        The series index
 
26
 
 
27
  --language=LANGUAGE   The book language
 
28
 
 
29
  --get-cover           Extract the cover
 
30
 
 
31
 
 
32
Created by Kovid Goyal <kovid@kovidgoyal.net>