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

This commit is contained in:
kelson42 2013-12-16 15:07:40 +01:00
parent 6decab2b66
commit 965b84b6df

View File

@ -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);
}