Add scttempint to --test.

This commit is contained in:
Ville Skyttä 2009-04-18 13:34:07 +03:00
parent b933e1639f
commit 4a2ba6a38d

View File

@ -59,7 +59,8 @@ _smartctl_presets()
}
_smartctl_test()
{
COMPREPLY=( $( compgen -W 'offline short long conveyance select afterselect,on afterselect,off pending' -- $cur ) )
COMPREPLY=( $( compgen -W 'offline short long conveyance select \
afterselect,on afterselect,off pending scttempint' -- $cur ) )
}