Index: export_xy/xy.c =================================================================== --- export_xy/xy.c (revision 37270) +++ export_xy/xy.c (revision 37271) @@ -975,7 +975,9 @@ static int xy_usage(rnd_hid_t *hid, const char *topic) { + int n; fprintf(stderr, "\nXY exporter command line arguments:\n\n"); + xy_get_export_options(hid, &n, NULL, NULL); rnd_hid_usage(xy_options, sizeof(xy_options) / sizeof(xy_options[0])); fprintf(stderr, "\nUsage: pcb-rnd [generic_options] -x xy [xy_options] foo.pcb\n\n"); return 0;