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