Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
pkg-rquery: Remove unneeded %a
Bryan Drewery committed 14 years ago
commit edb8c8f177e0ad9d40544a3e77d7262b2f221122
parent 8b78b3c
2 files changed +0 -3
modified pkg/pkg-rquery.8
@@ -97,8 +97,6 @@ license logic of the matched package - nothing for single, & for AND, and | for
The flat size in human readable format of the matched package
.It Cm \&%sb
The flat size in bytes of the matched package
-
.It Cm \&%a
-
Returns 1 if the matched package is an orphan package and can be pkg-autoremove(1)'d, 0 otherwise
.It Cm \&%M
message contain in the matched package
.It Cm \&%? Ns Op dCOLB
modified pkg/rquery.c
@@ -58,7 +58,6 @@ static struct query_flags accepted_rquery_flags[] = {
	{ 'c', "",		0, PKG_LOAD_BASIC },
	{ 'w', "",		0, PKG_LOAD_BASIC },
	{ 'l', "",		0, PKG_LOAD_BASIC },
-
	{ 'a', "",		0, PKG_LOAD_BASIC },
	{ 'M', "",		0, PKG_LOAD_BASIC },
	{ 'i', "",		0, PKG_LOAD_BASIC },
	{ 't', "",		0, PKG_LOAD_BASIC },