summaryrefslogtreecommitdiff
path: root/sys/man/1/vac
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2021-05-30 14:30:50 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2021-05-30 14:30:50 +0200
commit1af2546e96fa96ec5341026dd509c9e4ed54c6db (patch)
tree49773b7dc06620cade48b881cbf515a588334704 /sys/man/1/vac
parent3858b49942afb68d29e1ad02e6210bc5aba84c6e (diff)
vac: add -t flag to exclude temporary files and directories (thanks foura)
Diffstat (limited to 'sys/man/1/vac')
-rw-r--r--sys/man/1/vac5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/man/1/vac b/sys/man/1/vac
index 053c56d7a..c63a77c7d 100644
--- a/sys/man/1/vac
+++ b/sys/man/1/vac
@@ -4,7 +4,7 @@ vac, unvac \- create, extract a vac archive on Venti
.SH SYNOPSIS
.B vac
[
-.B -mqsv
+.B -mqstv
] [
.B -a
.I vacfile
@@ -166,6 +166,9 @@ rather than examining the contents of the files.
.B -s
Print out various statistics on standard error.
.TP
+.B -t
+Exclude files and directories with the temporary flag set.
+.TP
.B -v
Produce more verbose output on standard error, including the name of the files added to the archive
and the vac archives that are expanded and merged.