92
92
struct my_option my_long_options[] =
95
{"debug", '#', "This is a non-debug version. Catch this and exit",
96
0,0, 0, GET_DISABLED, OPT_ARG, 0, 0, 0, 0, 0, 0},
98
{"debug", '#', "Output debug log", (uchar**) &default_dbug_option,
99
(uchar**) &default_dbug_option, 0, GET_STR, OPT_ARG, 0, 0, 0, 0, 0, 0},
101
94
{"help", '?', "Display help and exit",
102
95
0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
103
96
{"version", 'V', "Output version information and exit",