diff options
Diffstat (limited to 'bash-completion/fstrim')
-rw-r--r-- | bash-completion/fstrim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bash-completion/fstrim b/bash-completion/fstrim index 6587d572..5427e728 100644 --- a/bash-completion/fstrim +++ b/bash-completion/fstrim @@ -9,6 +9,9 @@ _fstrim_module() COMPREPLY=( $(compgen -W "num" -- $cur) ) return 0 ;; + '-h'|'--help'|'-V'|'--version') + return 0 + ;; esac case $cur in -*) |