diff --git a/to_review/smartctl b/to_review/smartctl index 9c28250b..a9fc68df 100644 --- a/to_review/smartctl +++ b/to_review/smartctl @@ -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 ) ) }