Added c-flag
This commit is contained in:
parent
0efc7ae07d
commit
41622dc2a9
2 changed files with 22 additions and 2 deletions
|
@ -20,7 +20,7 @@ is one character from the set
|
|||
.B adrtx,
|
||||
optionally concatenated with
|
||||
one or more of
|
||||
.B vl.
|
||||
.B vlc.
|
||||
.I Afile
|
||||
is the archive file.
|
||||
The
|
||||
|
@ -70,6 +70,16 @@ Normally
|
|||
.I aal
|
||||
places its temporary files in the directory /tmp.
|
||||
This option causes them to be placed in the local directory.
|
||||
.TP
|
||||
.B c
|
||||
Create. Normally
|
||||
.I aal
|
||||
will create
|
||||
.I afile
|
||||
when it needs to.
|
||||
The create option supresses the normal message that is produced when
|
||||
.I afile
|
||||
is created.
|
||||
.SH FILES
|
||||
/tmp/ar.* temporaries
|
||||
.SH "SEE ALSO"
|
||||
|
|
|
@ -18,7 +18,7 @@ is one character from the set
|
|||
.B adrtpx,
|
||||
optionally concatenated with
|
||||
one or more of
|
||||
.B vl.
|
||||
.B vlc.
|
||||
.I Afile
|
||||
is the archive file.
|
||||
The
|
||||
|
@ -74,6 +74,16 @@ Normally
|
|||
.I arch
|
||||
places its temporary files in the directory /tmp.
|
||||
This option causes them to be placed in the local directory.
|
||||
.TP
|
||||
.B c
|
||||
Create. Normally
|
||||
.I arch
|
||||
will create
|
||||
.I afile
|
||||
when it needs to.
|
||||
The create option supresses the normal message that is produced when
|
||||
.I afile
|
||||
is created.
|
||||
.SH FILES
|
||||
/tmp/ar.* temporaries
|
||||
.SH "SEE ALSO"
|
||||
|
|
Loading…
Reference in a new issue