diff options
Diffstat (limited to 'bash-completion/chcpu')
-rw-r--r-- | bash-completion/chcpu | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bash-completion/chcpu b/bash-completion/chcpu index 19386e24..d05b650e 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 |