mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-21 02:44:04 -04:00
Merge pull request #356 from kiwix/missing-options
added shortcut for options --address and --nodatealiases
This commit is contained in:
commit
3dd357e8ac
@ -115,7 +115,7 @@ int main(int argc, char** argv)
|
||||
while (true) {
|
||||
int option_index = 0;
|
||||
int c
|
||||
= getopt_long(argc, argv, "mndvVla:p:f:t:r:", long_options, &option_index);
|
||||
= getopt_long(argc, argv, "zmndvVla:p:f:t:r:i:", long_options, &option_index);
|
||||
|
||||
if (c != -1) {
|
||||
switch (c) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user