mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 01:03:26 +02:00
...
This commit is contained in:
parent
9c7775e43d
commit
ee53cb611d
1 changed files with 2 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue