From ee53cb611db7562c539df662dccc156002397093 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 26 Nov 2011 17:59:23 +0530 Subject: [PATCH] ... --- src/calibre/library/cli.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/calibre/library/cli.py b/src/calibre/library/cli.py index 43d4e8276b..86f8a070f3 100644 --- a/src/calibre/library/cli.py +++ b/src/calibre/library/cli.py @@ -342,7 +342,8 @@ def remove_option_parser(): Remove the books identified by ids from the database. ids should be a comma separated \ list of id numbers (you can get id numbers by using the list command). For example, \ -23,34,57-85 +23,34,57-85 (when specifying a range, the last number in the range is not +included). ''')) def command_remove(args, dbpath):