diff options
author | cyBerta <cyberta@riseup.net> | 2021-03-25 21:05:10 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-03-26 09:04:50 +0100 |
commit | d4902ffbbd846f610260318a857b7e8e2549e5f2 (patch) | |
tree | f1abf50d5441e9d89697c8e00078824f846063da /scripts | |
parent | be29b712ad20828e781284edbc62bb2d4ce27849 (diff) |
remove wrong flag from help output about signing
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/prepareForDistribution.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/prepareForDistribution.sh b/scripts/prepareForDistribution.sh index f6668155..b161a5b3 100755 --- a/scripts/prepareForDistribution.sh +++ b/scripts/prepareForDistribution.sh @@ -186,7 +186,7 @@ do elif [[ ${!i} = "-h" || ${!i} = "-help" ]] then echo -e " - sign [-ks -fp -f -b -u -k] sign a given apk (both app signing and GPG signing) + sign [-ks -fp -f -u -k] sign a given apk (both app signing and GPG signing) -ks / -keystore [path] -------------- define path to keystore for signing (required) -fp / -fingerprint [fingerprint] ---- define the fingerprint for the app (required for non-LEAP signed apps) |