From ca8de9052585fc2616fa6cf8ce6e2c6c680cd551 Mon Sep 17 00:00:00 2001 From: Thomas Penteker Date: Wed, 30 Nov 2016 23:18:12 +0100 Subject: [PATCH] pkgmk.in: fix typo in the help text --- pkgmk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 use to sign the port" - echo " -pk, --public-key check the port siganture using public-key " + echo " -pk, --public-key check the port signature using public-key " 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"