From c2d30fb8aaa53dbfe13e218bce8adea699a53dcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Wed, 27 Apr 2011 15:47:56 +0300 Subject: [PATCH] smartctl: The short alternative for --tolerance is -T, not -t. --- completions/smartctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/smartctl b/completions/smartctl index ba686962..dff9ed0f 100644 --- a/completions/smartctl +++ b/completions/smartctl @@ -107,7 +107,7 @@ _smartctl() _smartctl_device return 0 ;; - -t|--tolerance) + -T|--tolerance) _smartctl_tolerance return 0 ;;