diff options
| author | Tim Kientzle <kientzle@FreeBSD.org> | 2004-08-27 04:19:28 +0000 |
|---|---|---|
| committer | Tim Kientzle <kientzle@FreeBSD.org> | 2004-08-27 04:19:28 +0000 |
| commit | 6eb25c6af2d646a024dcf3b5087499e98b843a68 (patch) | |
| tree | a2e88ba18c9397d98f02bb1f913e49fea5b3755e | |
| parent | 773d4379825b87912121715dccca6b2d2f869469 (diff) | |
Notes
| -rw-r--r-- | usr.bin/tar/bsdtar.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/tar/bsdtar.1 b/usr.bin/tar/bsdtar.1 index 01c1ddd44ee7b..98b916266f3e2 100644 --- a/usr.bin/tar/bsdtar.1 +++ b/usr.bin/tar/bsdtar.1 @@ -244,9 +244,11 @@ Do not recursively archive the contents of directories. (c and r modes only) Honor the nodump file flag by skipping this file. .It Fl O -(x mode only) -Extracted files are written to standard out rather than +(x, t modes only) +In extract (-x) mode, files will be written to standard out rather than being extracted to disk. +In list (-t) mode, the file listing will be written to stderr rather than +the usual stdout. .It Fl o (x mode only) Use the user and group of the user running the program rather |
