summaryrefslogtreecommitdiffstats
path: root/bash-completion/fstrim
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/fstrim')
-rw-r--r--bash-completion/fstrim3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash-completion/fstrim b/bash-completion/fstrim
index 6587d5721..5427e7285 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
-*)