Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
rquery: retire %M it is not in the repository metadata
Baptiste Daroussin committed 19 days ago
commit e568f693a5c5975693b6357c0d4e61ae33cfb73b
parent b636155
2 files changed +0 -5
modified docs/pkg-rquery.8
@@ -162,8 +162,6 @@ The flat size of the matched package, where
is in bytes, and
.Cm h
is in human readable format
-
.It Cm \&%M
-
Message contained in the matched package
.It Cm \&%? Ns Op Cm drCOLBbA
Returns 0 if the list is empty and 1 if the list has information to display
.Bl -tag -width "d"
@@ -279,8 +277,6 @@ Flatsize of the package (type integer)
Automatic status of the package (type integer)
.It Cm \&%q
Architecture of the package (type string)
-
.It Cm \&%M
-
Message of the package (type string)
.It Cm \&%# Ns Op drCOLBbA
Number of elements in the list of information (type integer).
See
modified src/rquery.c
@@ -64,7 +64,6 @@ static struct query_flags accepted_rquery_flags[] = {
	{ 'w', "",		0, PKG_LOAD_BASIC },
	{ 'l', "",		0, PKG_LOAD_BASIC },
	{ 'q', "",		0, PKG_LOAD_BASIC },
-
	{ 'M', "",		0, PKG_LOAD_BASIC }
};

void