summaryrefslogtreecommitdiff
path: root/completions/cardctl
diff options
context:
space:
mode:
Diffstat (limited to 'completions/cardctl')
-rw-r--r--completions/cardctl4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/cardctl b/completions/cardctl
index 90837269..5b5bb5d5 100644
--- a/completions/cardctl
+++ b/completions/cardctl
@@ -6,8 +6,8 @@ _cardctl()
_init_completion || return
if [[ $cword -eq 1 ]]; then
- COMPREPLY=( $( compgen -W 'status config ident suspend \
- resume reset eject insert scheme' -- "$cur" ) )
+ COMPREPLY=( $( compgen -W 'status config ident suspend resume reset
+ eject insert scheme' -- "$cur" ) )
fi
} &&
complete -F _cardctl cardctl pccardctl