SCP: Clarify description of -A attach switch in the help text

As discussed in #982
This commit is contained in:
Mark Pizzolato 2020-12-16 20:07:25 -08:00
parent 852c0bc1bc
commit 1f6d0822bd

5
scp.c
View file

@ -1171,8 +1171,9 @@ static const char simh_help1[] =
"5-a\n"
" If the -a switch is specified, and the device being attached is a\n"
" sequential output only device (like a line printer, paper tape punch,\n"
" etc.), the file being attached will be opened in append mode thus adding\n"
" to any existing file data beyond what may have already been there.\n"
" etc.), the file being attached will be opened for write and positioned\n"
" at the end of the file's current contents, thus adding to any existing\n"
" file data beyond what may have already been there.\n"
"5-q\n"
" If the -q switch is specified when creating a new file (-n) or opening one\n"
" read only (-r), any messages announcing these facts will be suppressed.\n"