aboutsummaryrefslogtreecommitdiffstats
path: root/bash-completion/rfkill
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/rfkill')
-rw-r--r--bash-completion/rfkill3
1 files changed, 2 insertions, 1 deletions
diff --git a/bash-completion/rfkill b/bash-completion/rfkill
index 4643666e29..fbaafd2d7b 100644
--- a/bash-completion/rfkill
+++ b/bash-completion/rfkill
@@ -5,7 +5,7 @@ _rfkill_module()
cur="${COMP_WORDS[COMP_CWORD]}"
prev="${COMP_WORDS[COMP_CWORD-1]}"
case $prev in
- 'list'|'block'|'unblock')
+ 'list'|'block'|'unblock'|'toggle')
local targets
targets="$(rfkill --output=id,type --noheadings list)"
COMPREPLY=( $(compgen -W "all $targets" -- $cur) )
@@ -33,6 +33,7 @@ _rfkill_module()
list
block
unblock
+ toggle
--json
--noheadings
--output