[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-135-g3a39ac6

Ville Skyttä ville.skytta at iki.fi
Wed Apr 27 15:42:02 UTC 2011


The following commit has been merged in the master branch:
commit c2d30fb8aaa53dbfe13e218bce8adea699a53dcf
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Wed Apr 27 15:47:56 2011 +0300

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

diff --git a/completions/smartctl b/completions/smartctl
index ba68696..dff9ed0 100644
--- a/completions/smartctl
+++ b/completions/smartctl
@@ -107,7 +107,7 @@ _smartctl()
             _smartctl_device
             return 0
             ;;
-        -t|--tolerance)
+        -T|--tolerance)
             _smartctl_tolerance
             return 0
             ;;

-- 
bash-completion



More information about the Bash-completion-commits mailing list