mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-21 10:58:15 -04:00
added shortcut for options --address and --nodatealiases
* allowed shortcut `-i` for `--address` * allowed shortcut `-z` for `--nodatealiases`
This commit is contained in:
parent
19c3ebe629
commit
2744879df0
@ -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