From 7f09e550775623806f7d3c4682e92d51d5c8115f Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Thu, 9 Jul 2020 00:35:24 -0700 Subject: [PATCH] Improve grammar in kiwix-search help Suggested by Debian's lintian. --- src/searcher/kiwix-search.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/searcher/kiwix-search.cpp b/src/searcher/kiwix-search.cpp index 99cc932..b56d543 100644 --- a/src/searcher/kiwix-search.cpp +++ b/src/searcher/kiwix-search.cpp @@ -26,7 +26,7 @@ void usage() { cout << "Usage: kiwix-search [OPTIONS] ZIM PATTERN" << endl << endl - << " kiwix-search allows to find articles based on the a fulltext search pattern." << endl << endl + << " kiwix-search allows one to find articles based on the a fulltext search pattern." << endl << endl << " ZIM is the full path of the ZIM file." << endl << " PATTERN is/are word(s) - or part of - to search in the ZIM." << endl << endl << " -s, --suggestion\tSuggest article titles based on the few letters of the PATTERN instead of making a fulltext search. Work a bit like a completion solution." << endl