summaryrefslogtreecommitdiff
path: root/completions/javaws
diff options
context:
space:
mode:
Diffstat (limited to 'completions/javaws')
-rw-r--r--completions/javaws12
1 files changed, 6 insertions, 6 deletions
diff --git a/completions/javaws b/completions/javaws
index b9afefd7..7d6e22c8 100644
--- a/completions/javaws
+++ b/completions/javaws
@@ -7,28 +7,28 @@ _javaws()
case $prev in
-help|-license|-about|-viewer|-arg|-param|-property|-update|-umask)
- return 0
+ return
;;
-basedir|-codebase)
_filedir -d
- return 0
+ return
;;
-uninstall|-import)
_filedir jnlp
- return 0
+ return
;;
esac
if [[ $cur == *= ]]; then
- return 0
+ return
elif [[ $cur == -* ]]; then
COMPREPLY=( $( compgen -W "$( _parse_help "$1" -help ) " -- "$cur" ) )
[[ $COMPREPLY == *= ]] && compopt -o nospace
- return 0
+ return
fi
_filedir jnlp
} &&
complete -F _javaws javaws
-# ex: ts=4 sw=4 et filetype=sh
+# ex: filetype=sh