Add samsung3, swapid to --firmwarebug.
This commit is contained in:
parent
7a9aaaf8f3
commit
b933e1639f
@ -1,7 +1,7 @@
|
|||||||
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
|
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
|
||||||
# ex: ts=8 sw=8 noet filetype=sh
|
# ex: ts=8 sw=8 noet filetype=sh
|
||||||
#
|
#
|
||||||
# bash completion for smartctl
|
# bash completion for smartctl(8)
|
||||||
|
|
||||||
have smartctl && {
|
have smartctl && {
|
||||||
_smartctl_quietmode()
|
_smartctl_quietmode()
|
||||||
@ -50,7 +50,8 @@ _smartctl_vendorattribute()
|
|||||||
}
|
}
|
||||||
_smartctl_firmwarebug()
|
_smartctl_firmwarebug()
|
||||||
{
|
{
|
||||||
COMPREPLY=( $( compgen -W 'none samsung samsung2' -- $cur ) )
|
COMPREPLY=( $( compgen -W 'none samsung samsung2 samsung3 swapid' \
|
||||||
|
-- $cur ) )
|
||||||
}
|
}
|
||||||
_smartctl_presets()
|
_smartctl_presets()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user