From 7c55bd779ca0f9d5d7e808659a4b505eda41d7a0 Mon Sep 17 00:00:00 2001 From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Fri, 22 Nov 2002 09:35:31 +0000 Subject: [PATCH] Directive() warning now includes -m as valid SCSI option. git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@306 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/smartd.c | 4 ++-- sm5/smartd.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sm5/smartd.c b/sm5/smartd.c index d6168b140..89d684695 100644 --- a/sm5/smartd.c +++ b/sm5/smartd.c @@ -46,7 +46,7 @@ // CVS ID strings extern const char *CVSid1, *CVSid2; -const char *CVSid6="$Id: smartd.c,v 1.69 2002/11/21 17:45:59 ballen4705 Exp $" +const char *CVSid6="$Id: smartd.c,v 1.70 2002/11/22 09:35:31 ballen4705 Exp $" CVSID1 CVSID2 CVSID3 CVSID4 CVSID7; // global variable used for control of printing, passing arguments, etc. @@ -311,7 +311,7 @@ void Directives() { printout(LOG_INFO," # Comment: text after a hash sign is ignored\n"); printout(LOG_INFO," \\ Line continuation character\n"); printout(LOG_INFO,"Attribute ID is a decimal integer 1 <= ID <= 255\n"); - printout(LOG_INFO,"For SCSI devices, only -S, -C, and -M Directives are supported\n"); + printout(LOG_INFO,"SCSI devices: only -S, -C, -M, and -m Directives allowed.\n"); printout(LOG_INFO,"Example: /dev/hda -a\n"); return; } diff --git a/sm5/smartd.cpp b/sm5/smartd.cpp index 5dbf58baf..96eb42b19 100644 --- a/sm5/smartd.cpp +++ b/sm5/smartd.cpp @@ -46,7 +46,7 @@ // CVS ID strings extern const char *CVSid1, *CVSid2; -const char *CVSid6="$Id: smartd.cpp,v 1.69 2002/11/21 17:45:59 ballen4705 Exp $" +const char *CVSid6="$Id: smartd.cpp,v 1.70 2002/11/22 09:35:31 ballen4705 Exp $" CVSID1 CVSID2 CVSID3 CVSID4 CVSID7; // global variable used for control of printing, passing arguments, etc. @@ -311,7 +311,7 @@ void Directives() { printout(LOG_INFO," # Comment: text after a hash sign is ignored\n"); printout(LOG_INFO," \\ Line continuation character\n"); printout(LOG_INFO,"Attribute ID is a decimal integer 1 <= ID <= 255\n"); - printout(LOG_INFO,"For SCSI devices, only -S, -C, and -M Directives are supported\n"); + printout(LOG_INFO,"SCSI devices: only -S, -C, -M, and -m Directives allowed.\n"); printout(LOG_INFO,"Example: /dev/hda -a\n"); return; } -- GitLab