Index: excellon.c =================================================================== --- excellon.c (revision 33276) +++ excellon.c (revision 33277) @@ -300,7 +300,7 @@ static int excellon_parse_arguments(rnd_hid_t *hid, int *argc, char ***argv) { - rnd_export_register_opts(excellon_options, NUM_OPTIONS, excellon_cookie, 0); + rnd_export_register_opts2(hid, excellon_options, NUM_OPTIONS, excellon_cookie, 0); return rnd_hid_parse_command_line(argc, argv); }