+ imp. of the usage()

This commit is contained in:
kelson42 2010-01-23 15:44:08 +00:00
parent 8c3d009115
commit bbf2287a21

View File

@ -227,7 +227,7 @@ int main(int argc, char **argv) {
/* Argument check */
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);
}