summaryrefslogtreecommitdiff
path: root/completions/dselect
diff options
context:
space:
mode:
Diffstat (limited to 'completions/dselect')
-rw-r--r--completions/dselect8
1 files changed, 4 insertions, 4 deletions
diff --git a/completions/dselect b/completions/dselect
index 9da1e927..ee3cb2a7 100644
--- a/completions/dselect
+++ b/completions/dselect
@@ -17,11 +17,11 @@ _dselect()
esac
if [[ "$cur" == -* ]]; then
- COMPREPLY=( $( compgen -W '--admindir --help --version --licence \
- --license --expert --debug' -- "$cur" ) )
+ COMPREPLY=( $( compgen -W '--admindir --help --version --licence
+ --expert --debug' -- "$cur" ) )
else
- COMPREPLY=( $( compgen -W 'access update select install config \
- remove quit' -- "$cur" ) )
+ COMPREPLY=( $( compgen -W 'access update select install config remove
+ quit' -- "$cur" ) )
fi
return 0