Add noserial to --quietmode completions.
This commit is contained in:
parent
854cdea0ef
commit
97e40f4e0c
@ -6,7 +6,7 @@
|
||||
have smartctl && {
|
||||
_smartctl_quietmode()
|
||||
{
|
||||
COMPREPLY=( $( compgen -W 'errorsonly silent' -- $cur ) )
|
||||
COMPREPLY=( $( compgen -W 'errorsonly silent noserial' -- $cur ) )
|
||||
}
|
||||
_smartctl_device()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user