diff options
author | Eric Jackson <ericj@cvs.openbsd.org> | 2000-10-18 16:56:40 +0000 |
---|---|---|
committer | Eric Jackson <ericj@cvs.openbsd.org> | 2000-10-18 16:56:40 +0000 |
commit | ecb9e9ea16aef67d820ec42fce310cf41498e07d (patch) | |
tree | 2f91af0af2627f420eb20fac51469177608a245b /bin | |
parent | 596c573e76f099134456b5e98988d6d79a1cf403 (diff) |
remention -T
Diffstat (limited to 'bin')
-rw-r--r-- | bin/pax/tar.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/pax/tar.1 b/bin/pax/tar.1 index 9bda95546a5..a6c51725ff9 100644 --- a/bin/pax/tar.1 +++ b/bin/pax/tar.1 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: tar.1,v 1.25 2000/10/07 03:44:24 ericj Exp $ +.\" $OpenBSD: tar.1,v 1.26 2000/10/18 16:56:39 ericj Exp $ .\" .Dd June 11, 1996 .Dt TAR 1 @@ -44,6 +44,7 @@ .Op Ar blocksize .\" XXX how to do this right? .Op Fl C Ar directory +.Op Fl T Ar file .Op Fl s Ar replstr .Ar file1 .Op Ar file2 ... @@ -205,6 +206,9 @@ Do not strip leading slashes .Pq Sq / from pathnames. The default is to strip leading slashes. +.It Fl T Ar file +This is a positional argument which reads the names of files to archive or +extract from the given file. .It Fl X Do not cross mount points in the file system. .It Fl Z |