diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2017-10-09 15:54:40 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2017-10-09 15:54:40 +0000 |
commit | a62f0b8d39fad561c10f137f4a38ac09b8a472b6 (patch) | |
tree | b09b8a3894b66923ac725684d1e542f36a5168df | |
parent | e2882a7c3fd544fe84273a0557c121ec5a0838db (diff) |
Better document what the -v flag actually does and that you can
specify it more than once. Adapted from a diff by and OK schwarze@
-rw-r--r-- | bin/pax/tar.1 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/bin/pax/tar.1 b/bin/pax/tar.1 index d6f4de0347a..6cfb8e25ef6 100644 --- a/bin/pax/tar.1 +++ b/bin/pax/tar.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tar.1,v 1.59 2015/09/13 15:42:11 guenther Exp $ +.\" $OpenBSD: tar.1,v 1.60 2017/10/09 15:54:39 millert Exp $ .\" .\" Copyright (c) 1996 SigmaSoft, Th. Lockert .\" All rights reserved. @@ -23,7 +23,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. .\" -.Dd $Mdocdate: September 13 2015 $ +.Dd $Mdocdate: October 9 2017 $ .Dt TAR 1 .Os .Sh NAME @@ -266,6 +266,15 @@ File or archive member names that substitute to the empty string are not selected and will be skipped. .It Fl v Verbose operation mode. +If +.Fl v +is specified multiple times or if the +.Fl t +option is also specified, +.Nm +will use a long format for listing files, similar to +.Xr ls 1 +.Fl l . .It Fl w Interactively rename files. This option causes |