summaryrefslogtreecommitdiffstats
path: root/bash-completion/swaplabel
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/swaplabel')
-rw-r--r--bash-completion/swaplabel3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash-completion/swaplabel b/bash-completion/swaplabel
index c857d1592..590994191 100644
--- a/bash-completion/swaplabel
+++ b/bash-completion/swaplabel
@@ -13,6 +13,9 @@ _swaplabel_module()
COMPREPLY=( $(compgen -W '$(uuidgen)' -- $cur) )
return 0
;;
+ '-h'|'--help'|'-V'|'--version')
+ return 0
+ ;;
esac
case $cur in
-*)