|
@@ -466,7 +466,7 @@ int main(int ac, char **av)
|
|
|
bindtextdomain(PACKAGE, LOCALEDIR);
|
|
|
textdomain(PACKAGE);
|
|
|
|
|
|
- while ((opt = getopt_long_only(ac, av, "", long_opts, NULL)) != -1) {
|
|
|
+ while ((opt = getopt_long(ac, av, "", long_opts, NULL)) != -1) {
|
|
|
input_mode = (enum input_mode)opt;
|
|
|
switch (opt) {
|
|
|
case silentoldconfig:
|