Skip to content

Commit

Permalink
PDP11: TS11: Fix help output for BOOT command
Browse files Browse the repository at this point in the history
  • Loading branch information
al20878 authored and pkoning2 committed Oct 10, 2023
1 parent 25b7933 commit 5fba1e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PDP11/pdp11_ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -1194,9 +1194,10 @@ fprint_set_help (st, dptr);
fprint_show_help (st, dptr);
fprintf (st, "\nThe type options can be used only when a unit is not attached to a file. The\n");
fprintf (st, "bad block option can be used only when a unit is attached to a file.\n");
fprintf (st, "The TS11 does not support the BOOT command.\n");
#if defined (VM_PDP11)
fprintf (st, "The TS11 device supports the BOOT command.\n");
#else
fprintf (st, "The TS11 does not support the BOOT command.\n");
#endif
fprint_reg_help (st, dptr);
fprintf (st, "\nError handling is as follows:\n\n");
Expand Down

0 comments on commit 5fba1e7

Please sign in to comment.