diff options
author | Thomas Penteker <tek@serverop.de> | 2016-11-30 23:18:12 +0100 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2016-11-30 23:18:12 +0100 |
commit | ca8de9052585fc2616fa6cf8ce6e2c6c680cd551 (patch) | |
tree | 0cac6aef4651b4df8dd851070d4d222f33667ece | |
parent | 06c526de4e41ee288d29809a892c0a0cc388196b (diff) | |
download | pkgutils-ca8de9052585fc2616fa6cf8ce6e2c6c680cd551.tar.gz pkgutils-ca8de9052585fc2616fa6cf8ce6e2c6c680cd551.tar.xz |
pkgmk.in: fix typo in the help text
-rwxr-xr-x | pkgmk.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |