[Spambayes-checkins] spambayes/scripts sb_upload.py,1.4,1.5

Tony Meyer anadelonbrin at users.sourceforge.net
Fri Nov 5 04:00:00 CET 2004


Update of /cvsroot/spambayes/spambayes/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27894/scripts

Modified Files:
	sb_upload.py 
Log Message:
Correct docstring.

Index: sb_upload.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/scripts/sb_upload.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** sb_upload.py	7 Oct 2004 06:09:57 -0000	1.4
--- sb_upload.py	5 Nov 2004 02:59:51 -0000	1.5
***************
*** 8,16 ****
  interface, which will save the message in the 'unknown' cache, ready
  for you to classify it.  It does not do any training, just saves it
! ready for you to classify.
  
  usage:  %(progname)s [-h] [-n] [-s server] [-p port] [-r N]
                       [-o section:option:value]
!                      [-t (ham|spam)] [-o section:option:value]
  
  Options:
--- 8,16 ----
  interface, which will save the message in the 'unknown' cache, ready
  for you to classify it.  It does not do any training, just saves it
! ready for you to classify (unless you use the -t switch).
  
  usage:  %(progname)s [-h] [-n] [-s server] [-p port] [-r N]
                       [-o section:option:value]
!                      [-t (ham|spam)]
  
  Options:



More information about the Spambayes-checkins mailing list