summaryrefslogtreecommitdiffstats
path: root/bash-completion/fstrim
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/fstrim')
-rw-r--r--bash-completion/fstrim2
1 files changed, 2 insertions, 0 deletions
diff --git a/bash-completion/fstrim b/bash-completion/fstrim
index 726ddd905..d5c1481b7 100644
--- a/bash-completion/fstrim
+++ b/bash-completion/fstrim
@@ -16,10 +16,12 @@ _fstrim_module()
case $cur in
-*)
OPTS="--all
+ --fstab
--offset
--length
--minimum
--verbose
+ --dry-run
--help
--version"
COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )