From a006c67bc90f0fb201ab4791e146d8fdc26fa5e2 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Tue, 19 Mar 2019 22:05:54 -0700 Subject: [PATCH] TAPE: Update the tape device help to describe -V ATTACH option --- sim_tape.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sim_tape.c b/sim_tape.c index bfa8618a..56b37b65 100644 --- a/sim_tape.c +++ b/sim_tape.c @@ -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; }