summaryrefslogtreecommitdiff
path: root/completions/_eject
diff options
context:
space:
mode:
Diffstat (limited to 'completions/_eject')
-rw-r--r--completions/_eject4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/_eject b/completions/_eject
index 8f800f15..3c5838dc 100644
--- a/completions/_eject
+++ b/completions/_eject
@@ -13,13 +13,13 @@ _eject()
return
;;
-a|--auto|-i|--manualeject)
- COMPREPLY=( $( compgen -W 'on off' -- "$cur" ) )
+ COMPREPLY=( $(compgen -W 'on off' -- "$cur") )
return
;;
esac
if [[ $cur == -* ]]; then
- COMPREPLY=( $( compgen -W '$( _parse_help "$1" )' -- "$cur" ) )
+ COMPREPLY=( $(compgen -W '$(_parse_help "$1")' -- "$cur") )
return
elif [[ $prev == @(-d|--default) ]]; then
return