From a580e43d95487e2fbe41e1068928a6c9bc7e9b6d Mon Sep 17 00:00:00 2001 From: gjb Date: Fri, 18 May 2012 00:08:09 +0000 Subject: [PATCH] MFC r235252: Document the unzip(1) '-Z' option implemented in r234206. git-svn-id: svn://svn.freebsd.org/base/stable/8@235574 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- usr.bin/unzip/unzip.1 | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/usr.bin/unzip/unzip.1 b/usr.bin/unzip/unzip.1 index 3d4de4628..86b0fa3a2 100644 --- a/usr.bin/unzip/unzip.1 +++ b/usr.bin/unzip/unzip.1 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 16, 2010 +.Dd May 10, 2012 .Dt UNZIP 1 .Os .Sh NAME @@ -103,6 +103,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 -- 2.45.0