summaryrefslogtreecommitdiffstats
path: root/bash-completion/chcpu
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/chcpu')
-rw-r--r--bash-completion/chcpu3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash-completion/chcpu b/bash-completion/chcpu
index 19386e24c..d05b650e6 100644
--- a/bash-completion/chcpu
+++ b/bash-completion/chcpu
@@ -29,6 +29,9 @@ _chcpu_module()
COMPREPLY=( $(compgen -W "horizontal vertical" -- $cur) )
return 0
;;
+ '-h'|'--help'|'-V'|'--version')
+ return 0
+ ;;
esac
OPTS="-h --help
-e --enable