diff options
Diffstat (limited to 'bash-completion/ionice')
| -rw-r--r-- | bash-completion/ionice | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bash-completion/ionice b/bash-completion/ionice index 2180718105..e7a8ac8681 100644 --- a/bash-completion/ionice +++ b/bash-completion/ionice @@ -19,6 +19,9 @@ _ionice_module() COMPREPLY=( $(compgen -W "$PIDS" -- $cur) ) return 0 ;; + '-h'|'--help'|'-V'|'--version') + return 0 + ;; esac case $cur in -*) |
