1 Author: Gerfried Fuchs <rhonda@debian.org> vim:ft=diff:
2 Description: Let --datafile also work through -f short option
5 ===================================================================
8 @@ -331,7 +331,7 @@ parse_command_line(int argc, char **argv
12 - c = getopt_long(argc, argv, "hC:",
13 + c = getopt_long(argc, argv, "hC:f:",
14 long_options, &option_index);