summaryrefslogtreecommitdiff
path: root/bash-completion/partx
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/partx')
-rw-r--r--bash-completion/partx3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash-completion/partx b/bash-completion/partx
index db2eded6..b643dd8d 100644
--- a/bash-completion/partx
+++ b/bash-completion/partx
@@ -20,6 +20,9 @@ _partx_module()
COMPREPLY=( $(compgen -W "aix bsd dos gpt mac minix sgi solaris_x86 sun ultrix unixware" -- $cur) )
return 0
;;
+ '-h'|'--help'|'-V'|'--version')
+ return 0
+ ;;
esac
case $cur in
-*)