diff --git a/sm5/smartctl.c b/sm5/smartctl.c index ac9678268e119dd827f77526a0046a3efc765e89..8e8314e68fe40d69b0621ff1046817e0735a943b 100644 --- a/sm5/smartctl.c +++ b/sm5/smartctl.c @@ -42,7 +42,7 @@ #include "extern.h" extern const char *CVSid1, *CVSid2, *CVSid3, *CVSid4; -const char* CVSid5="$Id: smartctl.c,v 1.32 2003/01/03 17:25:12 ballen4705 Exp $" +const char* CVSid5="$Id: smartctl.c,v 1.33 2003/01/04 08:26:10 ballen4705 Exp $" CVSID1 CVSID2 CVSID3 CVSID4 CVSID5 CVSID6; // This is a block containing all the "control variables". We declare @@ -152,8 +152,8 @@ void Usage (void){ Show SMART capabilities\n\ -A, --attributes (ATA)\n\ Show SMART vendor-specific attributes and values\n\ - -l TYPE, --log=TYPE (ATA)\n\ - Show device log. Type is one of: error, selftest\n\ + -l TYPE, --log=TYPE (ATA/SCSI)\n\ + Show device log. Type is one of: error [ATA only], selftest\n\ -v N,OPTION , --vendorattribute=N,OPTION (ATA)\n\ Set vendor specific OPTION for attribute N (see man page)\n\ "); diff --git a/sm5/smartctl.cpp b/sm5/smartctl.cpp index 0ee00284597c8477629cc8b9b5f37f8477fd7711..29eb97e13d4279e6bd45551efd86437f45a2b83c 100644 --- a/sm5/smartctl.cpp +++ b/sm5/smartctl.cpp @@ -42,7 +42,7 @@ #include "extern.h" extern const char *CVSid1, *CVSid2, *CVSid3, *CVSid4; -const char* CVSid5="$Id: smartctl.cpp,v 1.32 2003/01/03 17:25:12 ballen4705 Exp $" +const char* CVSid5="$Id: smartctl.cpp,v 1.33 2003/01/04 08:26:10 ballen4705 Exp $" CVSID1 CVSID2 CVSID3 CVSID4 CVSID5 CVSID6; // This is a block containing all the "control variables". We declare @@ -152,8 +152,8 @@ void Usage (void){ Show SMART capabilities\n\ -A, --attributes (ATA)\n\ Show SMART vendor-specific attributes and values\n\ - -l TYPE, --log=TYPE (ATA)\n\ - Show device log. Type is one of: error, selftest\n\ + -l TYPE, --log=TYPE (ATA/SCSI)\n\ + Show device log. Type is one of: error [ATA only], selftest\n\ -v N,OPTION , --vendorattribute=N,OPTION (ATA)\n\ Set vendor specific OPTION for attribute N (see man page)\n\ ");