mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-23 03:52:35 -04:00
+ imp. of the usage()
This commit is contained in:
parent
8c3d009115
commit
bbf2287a21
@ -227,7 +227,7 @@ int main(int argc, char **argv) {
|
|||||||
|
|
||||||
/* Argument check */
|
/* Argument check */
|
||||||
if (argc < 3 || argc > 4) {
|
if (argc < 3 || argc > 4) {
|
||||||
cout << "Usage: ZIM_PATH PORT [INDEX_PATH]" << endl;
|
cout << "Usage: kiwix-serve ZIM_PATH PORT [INDEX_PATH]" << endl;
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user