smartctl: The short alternative for --tolerance is -T, not -t.

This commit is contained in:
Ville Skyttä 2011-04-27 15:47:56 +03:00
parent 48ffb0ac6d
commit c2d30fb8aa

View File

@ -107,7 +107,7 @@ _smartctl()
_smartctl_device
return 0
;;
-t|--tolerance)
-T|--tolerance)
_smartctl_tolerance
return 0
;;