summaryrefslogtreecommitdiffstats
path: root/bash-completion/swaplabel
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/swaplabel')
-rw-r--r--bash-completion/swaplabel2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/swaplabel b/bash-completion/swaplabel
index 590994191..093169e06 100644
--- a/bash-completion/swaplabel
+++ b/bash-completion/swaplabel
@@ -19,7 +19,7 @@ _swaplabel_module()
esac
case $cur in
-*)
- OPTS="-L --label -U --uuid -h --help -V --version"
+ OPTS="--label --uuid --help --version"
COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
return 0
;;