PDP11: Avoid redundant message in RH help text

As mentioned in #1034
This commit is contained in:
Mark Pizzolato 2021-04-19 10:58:08 -07:00
parent 3b8b9a0c81
commit 587b81bed4

View file

@ -947,7 +947,6 @@ const char *const text =
"\n";
fprintf (st, "%s", text);
fprint_show_help (st, dptr);
fprintf (st, "\nEach RH adapter implements these registers:\n");
fprint_reg_help (st, dptr);
return SCPE_OK;
}