Index: trunk/util/gsch2pcb-rnd/gsch2pcb.c =================================================================== --- trunk/util/gsch2pcb-rnd/gsch2pcb.c (revision 5908) +++ trunk/util/gsch2pcb-rnd/gsch2pcb.c (revision 5909) @@ -412,8 +412,10 @@ } } - if (gadl_length(&schematics) == 0) - usage(); + if (gadl_length(&schematics) == 0) { + pcb_message(PCB_MSG_ERROR, "No schematics specified on the cli; can't find any in the project files/configs either. Try %s --help\n", argv[0]); + exit(1); + } conf_update(NULL); /* because of the project file */