summaryrefslogtreecommitdiff
path: root/completions/smartctl
diff options
context:
space:
mode:
Diffstat (limited to 'completions/smartctl')
-rw-r--r--completions/smartctl2
1 files changed, 0 insertions, 2 deletions
diff --git a/completions/smartctl b/completions/smartctl
index e950f875..61ec7d66 100644
--- a/completions/smartctl
+++ b/completions/smartctl
@@ -1,7 +1,5 @@
# bash completion for smartctl(8)
-have smartctl || return
-
_smartctl_quietmode()
{
COMPREPLY=( $( compgen -W 'errorsonly silent noserial' -- "$cur" ) )