summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2016-11-30 23:18:12 +0100
committerThomas Penteker <tek@serverop.de>2016-11-30 23:18:12 +0100
commitca8de9052585fc2616fa6cf8ce6e2c6c680cd551 (patch)
tree0cac6aef4651b4df8dd851070d4d222f33667ece
parent06c526de4e41ee288d29809a892c0a0cc388196b (diff)
downloadpkgutils-ca8de9052585fc2616fa6cf8ce6e2c6c680cd551.tar.gz
pkgutils-ca8de9052585fc2616fa6cf8ce6e2c6c680cd551.tar.xz
pkgmk.in: fix typo in the help text
-rwxr-xr-xpkgmk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgmk.in b/pkgmk.in
index 715d75af..1f8e9e87 100755
--- a/pkgmk.in
+++ b/pkgmk.in
@@ -700,7 +700,7 @@ print_help() {
echo " -is, --ignore-signature build package without checking the signature"
echo " -rs, --refresh-signature create new signature and keep existing sha256 checksums"
echo " -sk, --secret-key <file> use <file> to sign the port"
- echo " -pk, --public-key <file> check the port siganture using public-key <file>"
+ echo " -pk, --public-key <file> check the port signature using public-key <file>"
echo " -ns, --no-strip do not strip executable binaries or libraries"
echo " -f, --force build package even if it appears to be up to date"
echo " -c, --clean remove package and downloaded files"

Generated by cgit