From a0a351aa0a547e6069c5853b3898eaebee9e554c Mon Sep 17 00:00:00 2001
From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Sun, 8 Dec 2002 07:59:09 +0000
Subject: [PATCH] Clarified that -M once is the default directive, and that
 smartd -i command line argument takes an integer argument

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@365 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/README | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sm5/README b/sm5/README
index f584db2b1..eff855cc6 100644
--- a/sm5/README
+++ b/sm5/README
@@ -218,13 +218,13 @@ The following table shows the mapping of old options to new options:
   -A            -X                      --abort
 
 
- SHOULD BECOME A COMMAND-LINE ARGUMENT (-i N, --interval N) =======>       -C N    Set checktime        NOW CMD LINE
+ SHOULD BECOME A COMMAND-LINE ARGUMENT (-i N, --interval N) =======>       -C N    Set checktime        NOW CMD LINE: -i N
                                                                            -f      usage attributes     -f
                                                                            -M ADD  Email addresses     -m ADD
                                                                            -m -3   Email mode          -M diminishing,test
                                                                            -m -2   Email mode          -M daily,test
                                                                            -m -1   Email mode          -M once,test
-                                                                           -m 0    Email mode          -M once
+                            If no -M is given, this is the DEFAULT =====>  -m 0    Email mode          -M once
                                                                            -m 1    Email mode          -M once
                                                                            -m 2    Email mode          -M daily
                                                                            -m 3    Email mode          -M diminishing
@@ -243,7 +243,7 @@ Suggested changes to smartd options:
   -h, -?        --help                                       -h, -?        --help
   -V            --version, --copyright, --license            -V            --version, --copyright, --license
   -X            --debugmode                                  -d            --debug
-                                                             -i            --interval
+                                                             -i N          --interval=N
   ----------------------------------------------------------------------------------------------------------
 
 Suggested change order (CVS commit at least after each of these):
-- 
GitLab