mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
fix description of `-C' option to match behaviour in the sources:
`-C' can be used both when creating and extracting files. Further, a `-C' inside the argument list causes a `chdir()' to the named directory before the subsequent filename arguments to be interpreted. Eg:- "tar -cf a+b.tar -C /a . -C /b ." PR: 7221
This commit is contained in:
parent
adb915cb28
commit
5ddca9040c
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
.\" Written by John F. Woods <jfw@jfwhome.funhouse.com>
|
||||
.\" Updated by Robert Eckardt <roberte@mep.ruhr-uni-bochum.de>
|
||||
.\"
|
||||
.\" $Id: tar.1,v 1.14 1998/04/01 06:26:40 charnier Exp $
|
||||
.\" $Id: tar.1,v 1.15 1998/06/04 21:05:36 steve Exp $
|
||||
.\"
|
||||
.Dd 25 August 1997
|
||||
.Os FreeBSD
|
||||
|
|
@ -140,7 +140,7 @@ Re-assemble short reads into full blocks (for reading 4.2BSD pipes).
|
|||
.It Fl -directory Ar directory
|
||||
Change to
|
||||
.Ar directory
|
||||
for extraction.
|
||||
before processing the remaining arguments.
|
||||
.It Fl -checkpoint
|
||||
Print number of buffer reads/writes while reading/writing the archive.
|
||||
.It Fl f Ar [hostname:]file
|
||||
|
|
|
|||
Loading…
Reference in a new issue