Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Use "Fl -" instead of "Cm --" for long options
Mateusz Piotrowski committed 7 years ago
commit f0c116d7a0ee6268c61d0f40039a36a9171e6919
parent 1c8aa58
1 file changed +22 -22
modified docs/pkg-rquery.8
@@ -14,7 +14,7 @@
.\"
.\"     @(#)pkg.8
.\"
-
.Dd March 7, 2016
+
.Dd May 25, 2018
.Dt PKG-RQUERY 8
.Os
.Sh NAME
@@ -43,24 +43,24 @@
.Ao query-format Ac Sm Ao pattern Ac Ao ... Ac
.Pp
.Nm
-
.Sm Cm --index-line |
+
.Sm Fl -index-line |
.Ao query-format Ac Sm Ao pkg-name Ac
.Nm
-
.Op Cm --{all,no-repo-update}
-
.Op Cm --repository Ar reponame
-
.Sm Cm --index-line |
+
.Op Fl -{all,no-repo-update}
+
.Op Fl -repository Ar reponame
+
.Sm Fl -index-line |
.Ao query-format Ac Sm
.Nm
-
.Op Cm --no-repo-update
-
.Cm --evaluate Ao evaluation-condition Ac
-
.Op Cm --repository Ar reponame
-
.Sm Cm --index-line |
+
.Op Fl -no-repo-update
+
.Fl -evaluate Ao evaluation-condition Ac
+
.Op Fl -repository Ar reponame
+
.Sm Fl -index-line |
.Ao query-format Ac Sm
.Nm
-
.Op Cm --no-repo-update
-
.Op Cm --{case-sensitive,glob,case-insensitive,regex}
-
.Op Cm --repository Ar reponame
-
.Sm Cm --index-line |
+
.Op Fl -no-repo-update
+
.Op Fl -{case-sensitive,glob,case-insensitive,regex}
+
.Op Fl -repository Ar reponame
+
.Sm Fl -index-line |
.Ao query-format Ac Sm Ao pattern Ac Ao ... Ac
.Sh DESCRIPTION
.Nm
@@ -81,19 +81,19 @@ in
The following options are supported by
.Nm :
.Bl -tag -width repository
-
.It Fl a , Cm --all
+
.It Fl a , Fl -all
Match all packages from the database.
-
.It Fl C , Cm --case-sensitive
+
.It Fl C , Fl -case-sensitive
Make the standard or the regular expression
.Fl ( x )
matching against
.Ar pkg-name
case sensitive.
-
.It Fl e , Cm --evaluate
+
.It Fl e , Fl -evaluate
Match packages using the given
.Ar evaluation-condition.
See EVALUATION FORMAT for details.
-
.It Fl I , Cm --index-line
+
.It Fl I , Fl -index-line
Print out the corresponding line from the ports
.Pa INDEX
file for each matched package.
@@ -103,7 +103,7 @@ argument.
Only the first query format (including the
.Fl I
option) on the command line will be interpreted.
-
.It Fl r Ar reponame , Cm --repository Ar reponame
+
.It Fl r Ar reponame , Fl -repository Ar reponame
Query for data about packages from only the named repository,
irrespective of the configured
.Dq active
@@ -112,11 +112,11 @@ status from
By default all repository catalogues marked
.Dq active
are queried.
-
.It Fl g , Cm --glob
+
.It Fl g , Fl -glob
Treat
.Ao pattern Ac
as a glob pattern.
-
.It Fl i , Cm --case-insensitive
+
.It Fl i , Fl -case-insensitive
Make the standard or regular expression
.Fl ( x )
matching against
@@ -126,13 +126,13 @@ This is the default, unless modified by setting
.Ev CASE_SENSITIVE_MATCH
to true in
.Pa pkg.conf .
-
.It Fl U , Cm --no-repo-update
+
.It Fl U , Fl -no-repo-update
Suppress the automatic update of the local copy of the repository catalogue
from remote.
Automatic repository catalogue updates are only attempted when the
effective UID of the process has write access to the package database.
Otherwise they are silently ignored.
-
.It Fl x , Cm --regex
+
.It Fl x , Fl -regex
Treat
.Ao pattern Ac
as a regular expression according to the "modern" or "extended" syntax