Index: trunk/src_plugins/import_net_cmd/import_net_cmd.c =================================================================== --- trunk/src_plugins/import_net_cmd/import_net_cmd.c (revision 29560) +++ trunk/src_plugins/import_net_cmd/import_net_cmd.c (revision 29561) @@ -55,7 +55,7 @@ PCB_IMPORT_SCH_VERBOSE(verbose); if (numfns != 2) { - pcb_message(PCB_MSG_ERROR, "net_cmd_import: requires exactly two arguments:\nfirst argument must be the output file name or -\nsecond argument must be a full command line"); + pcb_message(PCB_MSG_ERROR, "net_cmd_import: requires exactly two arguments:\nfirst argument must be the output file name or -\nsecond argument must be a full command line\n"); return -1; }