mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-05-25 00:02:37 +02:00
improve doc
This commit is contained in:
parent
e669406ecd
commit
37478be0d9
@ -56,7 +56,7 @@ func LoadImages(path string, options *ImageOptions) ([]*Image, error) {
|
||||
case ".pdf":
|
||||
imageCount, imageInput, err = loadPdf(path)
|
||||
default:
|
||||
err = fmt.Errorf("unknown file format (%s): support .cbz, .cbr, .pdf", ext)
|
||||
err = fmt.Errorf("unknown file format (%s): support .cbz, .zip, .cbr, .rar, .pdf", ext)
|
||||
}
|
||||
}
|
||||
if err != nil {
|
||||
|
Loading…
x
Reference in New Issue
Block a user