summaryrefslogtreecommitdiff
path: root/completions/smartctl
diff options
context:
space:
mode:
authorDavid Paleino <dapal@debian.org>2013-04-05 12:55:51 +0200
committerDavid Paleino <dapal@debian.org>2013-04-05 12:55:51 +0200
commit09dbe3eeb2e9695d171a63e14361c4099b5be978 (patch)
tree69f099aab27e28b832e627de51ed2b99e3d7445c /completions/smartctl
parent0d099a545fed933f329f434a43b58edcb52d366c (diff)
parent3085c7e12179817a02a611016606391295c69942 (diff)
downloadbash-completion-09dbe3eeb2e9695d171a63e14361c4099b5be978.tar.gz
Merge branch 'master' into 2.x2.x
Diffstat (limited to 'completions/smartctl')
-rw-r--r--completions/smartctl12
1 files changed, 6 insertions, 6 deletions
diff --git a/completions/smartctl b/completions/smartctl
index 8461c988..bc0d0c01 100644
--- a/completions/smartctl
+++ b/completions/smartctl
@@ -29,8 +29,8 @@ _smartctl_device()
}
_smartctl_tolerance()
{
- COMPREPLY=( $( compgen -W 'normal conservative permissive \
- verypermissive' -- "$cur" ) )
+ COMPREPLY=( $( compgen -W 'normal conservative permissive verypermissive' \
+ -- "$cur" ) )
}
_smartctl_badsum()
{
@@ -56,10 +56,10 @@ _smartctl_log()
}
_smartctl_vendorattribute()
{
- COMPREPLY=( $( compgen -W 'help 9,minutes 9,seconds 9,halfminutes \
- 9,temp 192,emergencyretractcyclect 193,loadunload \
- 194,10xCelsius 194,unknown 198,offlinescanuncsectorct \
- 200,writeerrorcount 201,detectedtacount 220,temp' -- "$cur" ) )
+ COMPREPLY=( $( compgen -W 'help 9,minutes 9,seconds 9,halfminutes 9,temp
+ 192,emergencyretractcyclect 193,loadunload 194,10xCelsius 194,unknown
+ 198,offlinescanuncsectorct 200,writeerrorcount 201,detectedtacount
+ 220,temp' -- "$cur" ) )
}
_smartctl_firmwarebug()
{