summaryrefslogtreecommitdiff
path: root/sys/src/cmd/vac
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2019-11-21 00:39:07 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2019-11-21 00:39:07 +0100
commit8e20bc7515448f92e24128d18426d6370be6b2f6 (patch)
tree6ebea869b2a6673ade5f1eced3f2c152266da4c6 /sys/src/cmd/vac
parent2c9e3861a54e22498fb2e3226defe4393b20b202 (diff)
vac(1): assimilate manpage additions from plan9port and complete usage lines (thanks joe9)
the usage lines in vac where out of sync with the implementation and the manpages. document the -a and -x options, from: https://github.com/9fans/plan9port/blob/master/man/man1/vac.1
Diffstat (limited to 'sys/src/cmd/vac')
-rw-r--r--sys/src/cmd/vac/vac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/vac/vac.c b/sys/src/cmd/vac/vac.c
index 5a8bae7d7..6acfb4057 100644
--- a/sys/src/cmd/vac/vac.c
+++ b/sys/src/cmd/vac/vac.c
@@ -8,7 +8,7 @@
void
usage(void)
{
- fprint(2, "vac [-imqsv] [-a archive.vac] [-b bsize] [-d old.vac] [-f new.vac] [-e exclude]... [-h host] file...\n");
+ fprint(2, "vac [-imqsv] [-a archive.vac] [-b bsize] [-d old.vac] [-e exclude] [-f new.vac] [-i name] [-h host] [-x excludefile] file...\n");
threadexitsall("usage");
}