Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
pkg-repo: document only the modern "rsa" prefixed rsa-key param
Kyle Evans committed 5 years ago
commit e38ecd14d55aafbf7a9e769863e950e1f2dc1d8e
parent e37cbc4
2 files changed +4 -4
modified docs/pkg-repo.8
@@ -14,7 +14,7 @@
.\"
.\"     @(#)pkg.8
.\"
-
.Dd November 5, 2020
+
.Dd January 17, 2021
.Dt PKG-REPO 8
.Os
.Sh NAME
@@ -25,13 +25,13 @@
.Op Fl lq
.Op Fl m Ar meta-file
.Op Fl o Ar output-dir
-
.Ao Ar repo-path Ac Op Ao Ar rsa-key Ac | signing_command: Ao Ar the command Ac
+
.Ao Ar repo-path Ac Op rsa: Ns Ao Ar rsa-key Ac | signing_command: Ao Ar the command Ac
.Pp
.Nm
.Op Cm --{list-files,quiet}
.Op Cm --meta-file Ar meta-file
.Op Cm --output-dir Ar output-dir
-
.Ao Ar repo-path Ac Op Ao Ar rsa-key Ac | signing_command: Ao Ar the command Ac
+
.Ao Ar repo-path Ac Op rsa: Ns Ao Ar rsa-key Ac | signing_command: Ao Ar the command Ac
.Sh DESCRIPTION
.Nm
is used to create a catalogue of the available
modified src/repo.c
@@ -51,7 +51,7 @@ void
usage_repo(void)
{
	fprintf(stderr, "Usage: pkg repo [-lqL] [-o output-dir] <repo-path> "
-
	    "[<rsa-key>|signing_command: <the command>]\n\n");
+
	    "[rsa:<rsa-key>|signing_command: <the command>]\n\n");
	fprintf(stderr, "For more information see 'pkg help repo'.\n");
}