Add noserial to --quietmode completions.

This commit is contained in:
Ville Skyttä 2009-04-18 13:12:52 +03:00
parent 854cdea0ef
commit 97e40f4e0c

View File

@ -6,7 +6,7 @@
have smartctl && {
_smartctl_quietmode()
{
COMPREPLY=( $( compgen -W 'errorsonly silent' -- $cur ) )
COMPREPLY=( $( compgen -W 'errorsonly silent noserial' -- $cur ) )
}
_smartctl_device()
{