You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2005/07/29 01:13:06 UTC

svn commit: r226282 - /spamassassin/trunk/sa-learn.raw

Author: jm
Date: Thu Jul 28 16:13:03 2005
New Revision: 226282

URL: http://svn.apache.org/viewcvs?rev=226282&view=rev
Log:
bug 4487: trivial fix; copy -D pod doco from spamassassin-run.pod

Modified:
    spamassassin/trunk/sa-learn.raw

Modified: spamassassin/trunk/sa-learn.raw
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/sa-learn.raw?rev=226282&r1=226281&r2=226282&view=diff
==============================================================================
--- spamassassin/trunk/sa-learn.raw (original)
+++ spamassassin/trunk/sa-learn.raw Thu Jul 28 16:13:03 2005
@@ -737,7 +737,15 @@
 
 =item B<-D>, B<--debug-level>
 
-Produce diagnostic output.
+Produce debugging output. If no areas are listed, all debugging information is
+printed. Diagnostic output can also be enabled for each area individually;
+I<area> is the area of the code to instrument. For example, to produce
+diagnostic output on bayes, learn, and dns, use:
+
+        spamassassin -D bayes,learn,dns
+
+Higher priority informational messages that are suitable for logging in normal
+circumstances are available with an area of "info".
 
 =item B<--no-sync>