summaryrefslogtreecommitdiff
path: root/sysutils/pkg_cutleaves/src/pkg_cutleaves.1
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-11-16 18:50:53 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-11-16 18:50:53 +0000
commit605bf1dfcfb5e88e80b10bdb177e6ed30494d116 (patch)
tree8ed520ad65c698dbf610c73657614b0d50831f5a /sysutils/pkg_cutleaves/src/pkg_cutleaves.1
parent- Unmark broken on -CURRENT, it's building fine again [1] (diff)
Update to 20031115
PR: ports/59304 Submitted by: Stefan Walter (maintainer) Approved by: marcus (backup mentor)
Notes
Notes: svn path=/head/; revision=94114
Diffstat (limited to '')
-rw-r--r--sysutils/pkg_cutleaves/src/pkg_cutleaves.15
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/pkg_cutleaves/src/pkg_cutleaves.1 b/sysutils/pkg_cutleaves/src/pkg_cutleaves.1
index 52b3b3231287..39d22f272bb3 100644
--- a/sysutils/pkg_cutleaves/src/pkg_cutleaves.1
+++ b/sysutils/pkg_cutleaves/src/pkg_cutleaves.1
@@ -2,7 +2,7 @@
.SH NAME
pkg_cutleaves \- deinstall 'leaf' packages
.SH SYNOPSIS
-.B pkg_cutleaves [-l] [-x] [-R]
+.B pkg_cutleaves [-c] [-l] [-x] [-R]
.SH DESCRIPTION
.B pkg_cutleaves
finds installed 'leaf' packages, i.e. packages that are not referenced
@@ -18,6 +18,9 @@ Note that your package registry database should be up to date for this
to work properly, so it might be a good idea to run pkgdb(1) before
running pkg_cutleaves.
.SH OPTIONS
+.IP -c
+When listing leaf packages, also print their comments/short
+descriptions. Will be ignored unless the '-l' parameter is given, too.
.IP -l
List leaf packages only, one per line, and don't ask for anything to be
deinstalled.