summaryrefslogtreecommitdiff
path: root/completions/jarsigner
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2013-02-17 23:49:30 +0200
committerVille Skyttä <ville.skytta@iki.fi>2013-02-17 23:49:30 +0200
commit6185297fc90e82c2788a8f3ea0fd42d54267c499 (patch)
tree553c05fe6efcfaa351dd610213b71e7ca297e317 /completions/jarsigner
parente424ed3e52f90884377cb2384498b2f907aff1e9 (diff)
downloadbash-completion-6185297fc90e82c2788a8f3ea0fd42d54267c499.tar.gz
*: Line continuation, whitespace, and compgen -W ... -- "$cur" quoting cleanups.
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