| 77 | |
| 78 | |
| 79 | static void usage(void) |
| 80 | { |
| 81 | print_version(); |
| 82 | puts(ORACLE_WELCOME_COPYRIGHT_NOTICE("2000")); |
| 83 | printf("Print a description for a system error code or a MariaDB error code.\n"); |
| 84 | printf("If you want to get the error for a negative error code, you should use\n-- before the first error code to tell perror that there was no more options.\n\n"); |
| 85 | printf("Usage: %s [OPTIONS] [ERRORCODE [ERRORCODE...]]\n",my_progname); |
| 86 | my_print_help(my_long_options); |
| 87 | my_print_variables(my_long_options); |
| 88 | } |
| 89 | |
| 90 | |
| 91 | static my_bool |
no test coverage detected