calibredb: add example (#3856)

This commit is contained in:
Ein Verne
2020-02-17 10:30:04 +08:00
committed by GitHub
parent 0fdec2d3bc
commit b00ed9364b

View File

@@ -20,6 +20,10 @@
`calibredb add {{file1 file2 …}}`
- Recursively add all ebooks under a directory to the library:
`calibredb add -r {{path/to/directory}}`
- Remove one or more ebooks from the library. You need ebook-ids (see above):
`calibredb remove {{id1 id2 …}}`