mirror of
https://github.com/simh/simh.git
synced 2026-01-14 07:39:29 +00:00
SCP: Clarify description of -A attach switch in the help text
As discussed in #982
This commit is contained in:
parent
852c0bc1bc
commit
1f6d0822bd
5
scp.c
5
scp.c
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user