From 9eaaaee4ac03e82ce2269d2c388537f952339c6a Mon Sep 17 00:00:00 2001 From: 85pando <85pando@users.noreply.github.com> Date: Tue, 24 Nov 2015 12:01:45 +0100 Subject: [PATCH] Update calibredb file/ids are not comma separated --- pages/common/calibredb.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/calibredb.md b/pages/common/calibredb.md index c38b6f96f..18e5dc11e 100644 --- a/pages/common/calibredb.md +++ b/pages/common/calibredb.md @@ -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 …}}`