Index: tetest.c =================================================================== --- tetest.c (revision 30982) +++ tetest.c (revision 30983) @@ -229,7 +229,7 @@ static int tedax_etest_usage(rnd_hid_t *hid, const char *topic) { fprintf(stderr, "\ntEDAx etest exporter command line arguments:\n\n"); - pcb_hid_usage(tedax_etest_options, sizeof(tedax_etest_options) / sizeof(tedax_etest_options[0])); + rnd_hid_usage(tedax_etest_options, sizeof(tedax_etest_options) / sizeof(tedax_etest_options[0])); fprintf(stderr, "\nUsage: pcb-rnd [generic_options] -x tedax-etest [tedax_etest_options] foo.pcb\n\n"); return 0; }