Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -3,22 +3,22 @@
> Tool to manipulate the your ebook database.
> Part of the Calibre ebook library.
- List ebooks in the library with additional information.
- List ebooks in the library with additional information:
`calibredb list`
- Search for ebooks displaying additional information.
- Search for ebooks displaying additional information:
`calibredb list --search {{search-term}}`
- Search for just ids of ebooks.
- Search for just ids of ebooks:
`calibredb search {{search term}}`
- Add one or more ebooks to the library.
- Add one or more ebooks to the library:
`calibredb add {{file1 file2 …}}`
- Remove one or more ebooks from the library. You need ebook-ids (see above)
- Remove one or more ebooks from the library. You need ebook-ids (see above):
`calibredb remove {{id1 id2 …}}`