From 0116987fc7cd40b0140d3f21fc5d50252ad842e7 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Sat, 12 Feb 2022 20:11:28 -0800 Subject: [PATCH] TAPE: Added additional switch descriptions for attach time help --- sim_tape.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sim_tape.c b/sim_tape.c index 6f38a99c..57cc71f5 100644 --- a/sim_tape.c +++ b/sim_tape.c @@ -1051,6 +1051,8 @@ fprintf (st, "Attach command switches\n"); fprintf (st, " -R Attach Read Only.\n"); fprintf (st, " -E Must Exist (if not specified, the default behavior is to\n"); fprintf (st, " attempt to create the indicated virtual tape file).\n"); +fprintf (st, " -N Create a new empty tape container file.\n"); +fprintf (st, " -Q Suppress informative messages during attach activities.\n"); fprintf (st, " -F Open the indicated tape container in a specific format\n"); fprintf (st, " (default is SIMH, alternatives are E11, TPC, P7B, AWS, TAR,\n"); fprintf (st, " ANSI-VMS, ANSI-RT11, ANSI-RSX11, ANSI-RSTS, ANSI-VAR, FIXED,\n");