TAPE: Added additional switch descriptions for attach time help
This commit is contained in:
parent
6187b0519a
commit
0116987fc7
1 changed files with 2 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue