3
0
Fork 0

+ remove backend option from the usage (we only support Xapian now)

small_fixes
kelson42 12 years ago
parent 6decab2b66
commit 965b84b6df

@ -29,7 +29,7 @@
enum supportedBackend { XAPIAN };
void usage() {
cout << "Usage: kiwix-index [--verbose] [--backend=xapian] ZIM_PATH INDEX_PATH" << endl;
cout << "Usage: kiwix-index [--verbose] ZIM_PATH INDEX_PATH" << endl;
exit(1);
}

Loading…
Cancel
Save