Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
make pkg version -r imply -R
Steve Wills committed 8 years ago
commit 596714c371add0653c3acabcf626ee80c3b7b524
parent bd1f05d
2 files changed +4 -4
modified docs/pkg-version.8
@@ -162,9 +162,7 @@ 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 r Ar reponame , Cm --repository Ar reponame
-
When using
-
.Fl R
-
compare installed package versions to packages available from the
+
Compare installed package versions to packages available from the
named repository only, irrespective of the configured
.Dq active
status from
@@ -172,7 +170,8 @@ status from
By default all repository catalogues marked
.Dq active
are used for version comparisons.
-
.Fl R
+
Implies
+
.Fl R .
.It Fl o , Cm --origin
Display package origin, instead of package name.
.It Fl q , Cm --quiet
modified src/version.c
@@ -892,6 +892,7 @@ exec_version(int argc, char **argv)
			opt |= VERSION_SOURCE_REMOTE;
			break;
		case 'r':
+
			opt |= VERSION_SOURCE_REMOTE;
			reponame = optarg;
			break;
		case 'T':