Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Document long options
Matthew Seaman committed 12 years ago
commit a1194c5d75636fdad39467895f6a762f9ddbac34
parent 5b75f6428d3cf1f77a7f99f4c15c0529cb5bff49
1 file changed +9 -6
modified docs/pkg-clean.8
@@ -15,7 +15,7 @@
.\"     @(#)pkg.8
.\" $FreeBSD$
.\"
-
.Dd July 10, 2013
+
.Dd May 25, 2014
.Dt PKG-CLEAN 8
.Os
.Sh NAME
@@ -24,6 +24,9 @@
.Sh SYNOPSIS
.Nm
.Op Fl anqy
+
.Pp
+
.Nm
+
.Op Cm --{all,dry-run,quiet,yes}
.Sh DESCRIPTION
.Nm
is used to cleanup the local cache of packages downloaded from remote
@@ -34,23 +37,23 @@ any packages that are no longer provided.
The following options are supported by
.Nm :
.Bl -tag -width F1
-
.It Fl a
+
.It Fl a , Cm --all
Delete all cached packages.
-
.It Fl n
-
Dry-run: do not delete any package files from the cache, but show what
+
.It Fl n , Cm --dry-run
+
Does not delete any package files from the cache, but show what
would be done instead.
Forces the preview of the packages that would be deleted to be shown,
even when used with
.Fl y .
Note: the package cache file permissions only permit root access.
Results will be disappointing for any other user.
-
.It Fl q
+
.It Fl q , Cm --quiet
Be quiet.
Suppress most output.
All output is suppressed if
.Fl y
is also used.
-
.It Fl y
+
.It Fl y , Cm --yes
Assume a yes answer instead of asking for confirmation before deleting
any out-of-date or redundant packages from the cache.
.El