aboutsummaryrefslogtreecommitdiffstats
path: root/bash-completion/wipefs
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/wipefs')
-rw-r--r--bash-completion/wipefs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/wipefs b/bash-completion/wipefs
index 20dd40d211..e0e32867e4 100644
--- a/bash-completion/wipefs
+++ b/bash-completion/wipefs
@@ -21,7 +21,7 @@ _wipefs_module()
esac
case $cur in
-*)
- OPTS="-a --all -f --force -h --help -n --no-actn -o --offset -p --parsable -q --quiet -t --types -V --version"
+ OPTS="--all --force --help --no-act --offset --parsable --quiet --types --version"
COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
return 0
;;