diff options
author | gjb <gjb@FreeBSD.org> | 2012-05-11 00:19:06 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2012-05-11 00:19:06 +0000 |
commit | 56245e656edfc8f0ae3786833dd045adc3352069 (patch) | |
tree | 21690d531b998a735b0a1e336f015d501015ec3c /usr.bin | |
parent | f4bce0ac87404488257d1105cc0aaac05884e653 (diff) | |
download | FreeBSD-src-56245e656edfc8f0ae3786833dd045adc3352069.zip FreeBSD-src-56245e656edfc8f0ae3786833dd045adc3352069.tar.gz |
Document the unzip(1) '-Z' option implemented in r234206.
Submitted by: swills (via hacker lounge)
MFC after: 3 days
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/unzip/unzip.1 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/usr.bin/unzip/unzip.1 b/usr.bin/unzip/unzip.1 index 82c7fb9..04ecd23 100644 --- a/usr.bin/unzip/unzip.1 +++ b/usr.bin/unzip/unzip.1 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 21, 2010 +.Dd May 10, 2012 .Dt UNZIP 1 .Os .Sh NAME @@ -102,6 +102,16 @@ content of the archive. .It Fl x Ar pattern Exclude files matching the pattern .Ar pattern . +.It Fl Z Ar mode +Emulate +.Xr zipinfo 1L +mode. +Enabling +.Xr zipinfo 1L +mode changes the way in which additional arguments are parsed. +Currently only +.Xr zipinfo 1L +mode 1 is supported, which lists the file names one per line. .El .Pp Note that only one of |