+ remove the backend option from the usage(), we only use xapian now

This commit is contained in:
kelson42 2013-12-16 15:08:37 +01:00
parent 965b84b6df
commit b329df8cc3

View File

@ -35,7 +35,7 @@ enum supportedBackend { XAPIAN };
enum supportedAction { NONE, ADDCONTENT };
void usage() {
cout << "Usage: kiwix-install [--verbose] [--backend=xapian] [--buildIndex] addcontent ZIM_PATH KIWIX_PATH" << endl;
cout << "Usage: kiwix-install [--verbose] [--buildIndex] addcontent ZIM_PATH KIWIX_PATH" << endl;
exit(1);
}