summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2021-03-25 21:05:10 +0100
committercyBerta <cyberta@riseup.net>2021-03-26 09:04:50 +0100
commitd4902ffbbd846f610260318a857b7e8e2549e5f2 (patch)
treef1abf50d5441e9d89697c8e00078824f846063da /scripts
parentbe29b712ad20828e781284edbc62bb2d4ce27849 (diff)
remove wrong flag from help output about signing
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/prepareForDistribution.sh2
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)