summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2016-08-06 20:17:57 +0200
committerThomas Penteker <tek@serverop.de>2016-08-06 20:17:57 +0200
commit53ec86f6a311f4bcb146daf5fbb92acec60147a6 (patch)
tree66ac55a85416e085d4b1e7e55089ab5239787c76
parentcc70834811bed5001c1aa3e86a64eeb47448dbcd (diff)
parent3cfc840e9bf3b7adc350b06d7198a40202a8516a (diff)
downloadpkgutils-53ec86f6a311f4bcb146daf5fbb92acec60147a6.tar.gz
pkgutils-53ec86f6a311f4bcb146daf5fbb92acec60147a6.tar.xz
Merge branch 'signed'
-rw-r--r--pkgmk.8.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgmk.8.in b/pkgmk.8.in
index e0c3c3d4..a8abd2ae 100644
--- a/pkgmk.8.in
+++ b/pkgmk.8.in
@@ -68,10 +68,12 @@ Build package without checking the signature and sha256sums.
Create new signature and keep existing sha256sums.
.TP
.B "\-sk, \-\-secret\-key <file>"
-Use private key in <file> to sign the port. By default, the name of the port's parent directory 'repo' is evaluated and /etc/ports/$repo.sec is used as the private key, if it exists.
+Use private key in <file> to sign the port. By default, the name of the port's
+parent directory $repo is evaluated and the private key is read from /etc/ports/$repo.sec, if it exists.
.TP
.B "\-pk, \-\-public\-key <file>"
-Use public key in <file to check the signature. By default, the name of the port's parent directory 'repo' is evaluated and /etc/ports/$repo.pub is used as the public key, if it exists.
+Use public key in <file> to check the signature. By default, the name of the
+port's parent directory $repo is evaluated and the public key is read from /etc/ports/$repo.pub, if it exists.
.TP
.B "\-ns, \-\-no\-strip"
Do not strip executable binaries or libraries.

Generated by cgit