mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-21 19:03:31 -04:00
Merge pull request #393 from kiwix/legoktm-grammar
Improve grammar in kiwix-search help
This commit is contained in:
commit
1744b152ac
@ -26,7 +26,7 @@
|
|||||||
void usage()
|
void usage()
|
||||||
{
|
{
|
||||||
cout << "Usage: kiwix-search [OPTIONS] ZIM PATTERN" << endl << endl
|
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
|
<< " 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
|
<< " 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
|
<< " -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user