From c6499ad5c60086faf3540bc98b2f1e0729de03ec Mon Sep 17 00:00:00 2001 From: Kelson Date: Fri, 3 May 2019 11:41:18 +0200 Subject: [PATCH] Fix typo in kiwix-manage usage() --- src/manager/kiwix-manage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manager/kiwix-manage.cpp b/src/manager/kiwix-manage.cpp index 8080d2b..89ced54 100644 --- a/src/manager/kiwix-manage.cpp +++ b/src/manager/kiwix-manage.cpp @@ -84,7 +84,7 @@ void usage() << "Examples:" << std::endl << "\tAdd ZIM files to library: kiwix-manage my_library.xml add first.zim second.zim" << std::endl - << "\tRemove ZIM fiels from library: kiwix-manage my_library.xml remove e5c2c003-b49e-2756-5176-5d9c86393dd9" << std::endl + << "\tRemove ZIM files from library: kiwix-manage my_library.xml remove e5c2c003-b49e-2756-5176-5d9c86393dd9" << std::endl << "\tShow all library ZIM files: kiwix-manage my_library.xml show" << std::endl << std::endl