String changes

This commit is contained in:
Kovid Goyal 2020-10-04 09:51:29 +05:30
parent b8e69e1bc1
commit c283bb5620
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

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