This commit is contained in:
Kovid Goyal 2011-11-26 17:59:23 +05:30
parent 9c7775e43d
commit ee53cb611d

View File

@ -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):