You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by pa...@apache.org on 2005/03/16 22:55:49 UTC

svn commit: r157812 - spamassassin/trunk/spamassassin-run.pod

Author: parker
Date: Wed Mar 16 13:55:49 2005
New Revision: 157812

URL: http://svn.apache.org/viewcvs?view=rev&rev=157812
Log:
Add documentation for --progress

Modified:
    spamassassin/trunk/spamassassin-run.pod

Modified: spamassassin/trunk/spamassassin-run.pod
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/spamassassin-run.pod?view=diff&r1=157811&r2=157812
==============================================================================
--- spamassassin/trunk/spamassassin-run.pod (original)
+++ spamassassin/trunk/spamassassin-run.pod Wed Mar 16 13:55:49 2005
@@ -59,6 +59,7 @@
  --add-addr-to-whitelist=addr      Add addr to persistent address whitelist
  --add-addr-to-blacklist=addr      Add addr to persistent address blacklist
  --remove-addr-from-whitelist=addr Remove addr from persistent address list
+ --progress                        Print progress bar
  -D, --debug [area=n,...]          Print debugging messages
  -V, --version                     Print version
  -h, --help                        Print usage message
@@ -233,6 +234,13 @@
 =item B<-p> I<prefs>, B<--prefspath>=I<prefs>, B<--prefs-file>=I<prefs>
 
 Read user score preferences from I<prefs> (usually C<$HOME/.spamassassin/user_prefs>).
+
+=item B<--progress>
+
+Prints a progress bar (to STDERR) showing the current progress.  This option
+will only be useful if you are redirecting STDOUT (and not STDERR).  In the
+case where no valid terminal is found this option will behave very much like
+the --showdots option in other SpamAssassin programs.
 
 =item B<-D> [I<area,...>], B<--debug> [I<area,...>]