diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-07-28 12:33:41 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-07-28 12:33:41 +0000 |
commit | 94736b728ec2d7801ae915b6c338153bde974527 (patch) | |
tree | d8c192c2119f89c35a68fd3b3e0af0f9f1e5f0b7 /bin/pax/tar.1 | |
parent | c0d528df246c1834d3265fe3f5c049f126273b31 (diff) |
Add -T support, ala GNU-tar.
Diffstat (limited to 'bin/pax/tar.1')
-rw-r--r-- | bin/pax/tar.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bin/pax/tar.1 b/bin/pax/tar.1 index e64cbaf3243..1ba997b400c 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.21 1999/07/04 18:21:12 espie Exp $ +.\" $OpenBSD: tar.1,v 1.22 1999/07/28 12:33:40 espie Exp $ .\" .Dd June 11, 1996 .Dt TAR 1 @@ -46,6 +46,9 @@ .No [-C .Ar directory .No ] +.No [-T +.Ar file +.No ] .No [-s .Ar replstr .No ] @@ -197,6 +200,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 |