Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Update of pkg-repo(1) man page
Marin Atanasov Nikolov committed 14 years ago
commit 29769b00fc58643b8c550792f831518c6151359f
parent dc08e13
1 file changed +17 -4
modified pkg/pkg-repo.1
@@ -20,15 +20,28 @@
.Os
.Sh NAME
.Nm "pkg repo"
-
.Nd creates a package repository
+
.Nd creates a package database repository
.Sh SYNOPSIS
.Nm
-
.Ar <repo-path>
+
.Ar <repo-path> <rsa-key>
.Sh DESCRIPTION
.Nm
-
is used for creating package repositories
+
is used for creating package repositories of already
+
available packages.
+
.Nm
+
is usefull for creating a package repository database,
+
and then sharing it with other people.
.Pp
-
< To be completed >
+
When
+
.Nm
+
is invoked it will create a package database file (repo.sqlite)
+
which then can be used for remote package installations
+
from
+
.Xr pkg-install 1
+
.Pp
+
When you want to create a package database repository you need to
+
specify at least the directory which contains packages in
+
.Ar <repo-path>
.Sh OPTIONS
The following options are supported by
.Nm :