| 846 | ATTRIBUTE_NORETURN static void |
| 847 | duplicate_options(char const *opt) |
| 848 | { |
| 849 | fprintf(stderr, _("%s: More than one %s option specified\n"), progname, opt); |
| 850 | exit(EXIT_FAILURE); |
| 851 | } |
| 852 | |
| 853 | ATTRIBUTE_NORETURN static void |
| 854 | usage(FILE *stream, int status) |
| 855 | { |
| 856 | fprintf(stream, |