Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Document long options
Matthew Seaman committed 11 years ago
commit fe241fdd3560951bf4bf3879ad6fdca1d0068ffb
parent 6e65c18
1 file changed +11 -4
modified docs/pkg-repo.8
@@ -26,6 +26,11 @@
.Op Fl lq
.Op Fl o Ar output-dir
.Ao Ar repo-path Ac Op Ao Ar rsa-key Ac | signing_command: Ao Ar the command Ac
+
.Pp
+
.Nm
+
.Op Cm --{list-files,quiet}
+
.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
.Sh DESCRIPTION
.Nm
is used for creating a catalogue of the available
@@ -55,6 +60,8 @@ origin is included in the catalogue.
.Pp
The repository will be created in the package directory unless the
.Fl o Ar output-dir
+
or
+
.Cm --output-dir Ar output-dir
is specified, in which case it will be created there.
.Pp
Optionally you may sign the repository catalogue by specifying the
@@ -113,12 +120,12 @@ Signing the catalogue is strongly recommended.
.Sh OPTIONS
The following options are supported by
.Nm :
-
.Bl -tag -width F1
-
.It Fl q
+
.Bl -tag -width quiet
+
.It Fl q , Cm --quiet
Force quiet output
-
.It Fl l
+
.It Fl l , Cm --list-files
Generate list of all files in repo as filesite.txz archive.
-
.It Fl o Ar output-dir
+
.It Fl o Ar output-dir , Cm --output-dir Ar output-dir
Create the repository in the specified directory instead of the package directory.
.El
.Sh FILES