summaryrefslogtreecommitdiff
path: root/completions/jarsigner
diff options
context:
space:
mode:
Diffstat (limited to 'completions/jarsigner')
-rw-r--r--completions/jarsigner6
1 files changed, 3 insertions, 3 deletions
diff --git a/completions/jarsigner b/completions/jarsigner
index 02befae7..c1c72af7 100644
--- a/completions/jarsigner
+++ b/completions/jarsigner
@@ -42,9 +42,9 @@ _jarsigner()
if ! $jar ; then
if [[ "$cur" == -* ]] ; then
# Documented as "should not be used": -internalsf, -sectionsonly
- COMPREPLY=( $( compgen -W '-keystore -storepass -storetype \
- -keypass -sigfile -signedjar -digestalg -sigalg -verify \
- -verbose -certs -tsa -tsacert -altsigner -altsignerpath \
+ COMPREPLY=( $( compgen -W '-keystore -storepass -storetype
+ -keypass -sigfile -signedjar -digestalg -sigalg -verify
+ -verbose -certs -tsa -tsacert -altsigner -altsignerpath
-protected -providerName -providerClass -providerArg' \
-- "$cur" ) )
fi