diff options
Diffstat (limited to 'bash-completion/ipcrm')
| -rw-r--r-- | bash-completion/ipcrm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bash-completion/ipcrm b/bash-completion/ipcrm index fd85091c3c..6e2aff067d 100644 --- a/bash-completion/ipcrm +++ b/bash-completion/ipcrm @@ -35,6 +35,9 @@ _ipcrm_module() COMPREPLY=( $(compgen -W "$KEYIDS" -- $cur) ) return 0 ;; + '-h'|'--help'|'-V'|'--version') + return 0 + ;; esac case $cur in '=') |
