From fea591f41ec6c1dc851fc5e531b7a48bd4cb0dde Mon Sep 17 00:00:00 2001 From: Eric Cook Date: Fri, 2 Jan 2015 11:12:06 -0500 Subject: [PATCH] fixed offlineauto and health check --- src/_smartmontools | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_smartmontools b/src/_smartmontools index d909508..5e8c788 100644 --- a/src/_smartmontools +++ b/src/_smartmontools @@ -56,10 +56,10 @@ _smartctl() { '(-n --nocheck)'{-n,--nocheck}'[No check if MODE]:MODE:(never sleep standby idle)' \ \ '(-s --smart)'{-s,--smart}'[Enable/disable SMART on device]:VALUE:(on off)' \ - '(-o --offlineauto)'{-s,--smart}'[Enable/disable automatic offline testing on device]:VALUE:(on off)' \ + '(-o --offlineauto)'{-o,--offlineauto}'[Enable/disable automatic offline testing on device]:VALUE:(on off)' \ '(-S --saveauto)'{-S,--saveauto}'[Enable/disable attribute autosave on device]:VALUE:(on off)' \ \ - '(-H --health)'{-h,--health}'[Show device SMART health status]' \ + '(-H --health)'{-H,--health}'[Show device SMART health status]' \ '(-c --capabilities)'{-c,--capabilities}'[Show device SMART capabilities]' \ '(-A --attributes)'{-A,--attributes}'[Show device SMART vendor-specific attributes and values]' \ '(-f --format)'{-f,--format}'[Set output format for attributes]:FORMAT:(old brief)' \