summaryrefslogtreecommitdiff
path: root/completions/hid2hci
diff options
context:
space:
mode:
Diffstat (limited to 'completions/hid2hci')
-rw-r--r--completions/hid2hci4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/hid2hci b/completions/hid2hci
index 4e2ef039..d840166a 100644
--- a/completions/hid2hci
+++ b/completions/hid2hci
@@ -6,8 +6,8 @@ _hid2hci()
_init_completion || return
if [[ "$cur" == -* ]]; then
- COMPREPLY=( $( compgen -W '--help --quiet -0 --tohci -1 \
- --tohid' -- "$cur" ) )
+ COMPREPLY=( $( compgen -W '--help --quiet -0 --tohci -1 --tohid' \
+ -- "$cur" ) )
fi
} &&
complete -F _hid2hci hid2hci