Add samsung3, swapid to --firmwarebug.

This commit is contained in:
Ville Skyttä 2009-04-18 13:31:59 +03:00
parent 7a9aaaf8f3
commit b933e1639f

View File

@ -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()
{ {