mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
String changes
This commit is contained in:
parent
b8e69e1bc1
commit
c283bb5620
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ def verify_int(x):
|
|||
'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…
Reference in a new issue