Merge pull request #356 from kiwix/missing-options

added shortcut for options --address and --nodatealiases
This commit is contained in:
Kelson 2020-02-10 16:42:24 +01:00 committed by GitHub
commit 3dd357e8ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {