'ZIM' not 'zim'

This commit is contained in:
Emmanuel Engelhart
2025-11-15 14:53:41 +01:00
parent 45f0b0601e
commit 16f2734699

View File

@@ -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;
}