From 0c09265793bbc0051bfb65b6a81fd324cf77a4d4 Mon Sep 17 00:00:00 2001 From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Sat, 4 Jan 2003 08:26:10 +0000 Subject: [PATCH] Usage message consistent with -l selftest for SCSI git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@409 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/smartctl.c | 6 +++--- sm5/smartctl.cpp | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sm5/smartctl.c b/sm5/smartctl.c index ac9678268..8e8314e68 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 0ee002845..29eb97e13 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\ "); -- GitLab