Update calibredb file/ids are not comma separated

waldyrious/alt-syntax
85pando 2015-11-24 12:01:45 +01:00
parent f7bb69881e
commit 9eaaaee4ac
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
- Search for ebooks displaying additional information.
`calibredb list --search {{search term}}`
`calibredb list --search {{search-term}}`
- Search for just ids of ebooks.
@ -17,8 +17,8 @@
- Add one or more ebooks to the library.
`calibredb add {{file1, file2, …}}`
`calibredb add {{file1 file2 …}}`
- Remove one or more ebooks from the library. You need ebook-ids (see above)
`calibredb remove {{id1, id2, …}}`
`calibredb remove {{id1 id2 …}}`