diff options
Diffstat (limited to 'bash_completion.in')
-rw-r--r-- | bash_completion.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash_completion.in b/bash_completion.in index d9948af..dd140fc 100644 --- a/bash_completion.in +++ b/bash_completion.in @@ -34,7 +34,7 @@ _makechrootpkg() { case $cur in -*) - COMPREPLY=( $( compgen -W '-I -c -d -h -l -r -u' -- "$cur" ) ) + COMPREPLY=( $( compgen -W '-I -c -h -l -r -u' -- "$cur" ) ) ;; *) _filedir |