summaryrefslogtreecommitdiffstats
path: root/bash-completion/uuidd
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/uuidd')
-rw-r--r--bash-completion/uuidd3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash-completion/uuidd b/bash-completion/uuidd
index 23c1a4906..c69a7c1b7 100644
--- a/bash-completion/uuidd
+++ b/bash-completion/uuidd
@@ -20,6 +20,9 @@ _uuidd_module()
COMPREPLY=( $(compgen -W "number" -- $cur) )
return 0
;;
+ '-h'|'--help'|'-V'|'--version')
+ return 0
+ ;;
esac
case $cur in
-*)