mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-24 04:20:56 -04:00
+ remove backend option from the usage (we only support Xapian now)
This commit is contained in:
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…
x
Reference in New Issue
Block a user