'ZIM' not 'zim'

pull/783/head
Emmanuel Engelhart 6 months ago
parent 45f0b0601e
commit 16f2734699
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3

@ -69,7 +69,7 @@ Usage:
Arguments:
LIBRARYPATH The XML library file path.
ZIMID ZIM file unique ID.
ZIMPATH A path to a zim to add.
ZIMPATH A path to a ZIM to add.
Options:
Custom options for "add" action:
@ -126,7 +126,7 @@ int handle_add(kiwix::LibraryPtr library, const std::string& libraryPath,
}
if (manager.addBookFromPathAndGetId(zimPath, zimPathToSave, url, false).empty()) {
std::cerr << "Cannot add zim " << zimPath << " to the library." << std::endl;
std::cerr << "Cannot add ZIM " << zimPath << " to the library." << std::endl;
return 1;
}

Loading…
Cancel
Save