summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_chk/files/pkg_chk.8
diff options
context:
space:
mode:
authortv <tv>2006-04-04 18:38:13 +0000
committertv <tv>2006-04-04 18:38:13 +0000
commit0173196e5d1619ebb49a63372a78467611df27c7 (patch)
treef6a557ad5bd2cf32054dcf73b53fc4400cfd690a /pkgtools/pkg_chk/files/pkg_chk.8
parent92f9fe8384565d5c8159bc62f038e0747a49e8fe (diff)
downloadpkgsrc-0173196e5d1619ebb49a63372a78467611df27c7.tar.gz
1.69.1: Add a -q option, which is a superset of -n; squelches progress
messages and "echo-to-screen" commands (e.g., pkg_delete). This provides a much more accurate emulation of the former -c and -i options (now -a -q and -u -q respectively), by suppressing messages not related to the human-readable version information.
Diffstat (limited to 'pkgtools/pkg_chk/files/pkg_chk.8')
-rw-r--r--pkgtools/pkg_chk/files/pkg_chk.815
1 files changed, 11 insertions, 4 deletions
diff --git a/pkgtools/pkg_chk/files/pkg_chk.8 b/pkgtools/pkg_chk/files/pkg_chk.8
index 114dffe9e96..b84859b4620 100644
--- a/pkgtools/pkg_chk/files/pkg_chk.8
+++ b/pkgtools/pkg_chk/files/pkg_chk.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: pkg_chk.8,v 1.16 2006/02/18 21:34:03 abs Exp $
+.\" $NetBSD: pkg_chk.8,v 1.17 2006/04/04 18:38:13 tv Exp $
.\"
.\" Copyright (c) 2001 by David Brownlee (abs@NetBSD.org)
.\" Absolutely no warranty.
@@ -10,7 +10,7 @@
.Nd check, and optionally update, installed packages
.Sh SYNOPSIS
.Nm
-.Op Fl aBbcfhiklNnrSsuv
+.Op Fl aBbcfhiklNnqrSsuv
.Op Fl C Ar conf
.Op Fl D Ar tags
.Op Fl L Ar file
@@ -117,6 +117,13 @@ if
is available, or
.Dq Pa \&.
otherwise.
+.It Fl q
+Do not display actions or take any action; only list information
+about package version differences.
+Useful for options that list information about package differences, such as
+.Fl a
+or
+.Fl u .
.It Fl r
Recursively delete any mismatched packages found.
Use with care, this does not record which packages were installed
@@ -165,14 +172,14 @@ Check versions of packages specified in
.Pa pkgchk.conf .
This is a synomyn for
.Nm
-.Fl a n ,
+.Fl a q ,
and will be removed in a future version.
.It Fl i
Check versions of installed packages, ignoring
.Pa pkgchk.conf.
.Nm
This is a synomyn for
-.Fl u n ,
+.Fl u q ,
and will be removed in a future version.
.El
.Sh FILE FORMAT