mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
String changes
This commit is contained in:
parent
b8e69e1bc1
commit
c283bb5620
@ -137,7 +137,7 @@ def main(opts, args, dbctx):
|
||||
'first argument'
|
||||
))
|
||||
if len(args) < 2 and not opts.field:
|
||||
raise SystemExit(_('You must specify either a field or an opf file'))
|
||||
raise SystemExit(_('You must specify either a field or an OPF file'))
|
||||
book_id = int(args[0])
|
||||
|
||||
if len(args) > 1:
|
||||
|
Loading…
x
Reference in New Issue
Block a user