TAPE: Update the tape device help to describe -V ATTACH option

This commit is contained in:
Mark Pizzolato 2019-03-19 22:05:54 -07:00
parent a3dd39fee9
commit a006c67bc9

View file

@ -596,6 +596,8 @@ fprintf (st, " -E Must Exist (if not specified an attempt to create
fprintf (st, " virtual tape will be attempted).\n");
fprintf (st, " -F Open the indicated tape container in a specific format (default\n");
fprintf (st, " is SIMH, alternatives are E11, TPC and P7B)\n");
fprintf (st, " -V Display some detailed information about the record structure\n");
fprintf (st, " contained in the tape structure.\n");
return SCPE_OK;
}