[Spambayes-checkins] spambayes/Outlook2000 export.py,1.6,1.7

Tim Peters tim_one at users.sourceforge.net
Thu Dec 25 13:34:12 EST 2003


Update of /cvsroot/spambayes/spambayes/Outlook2000
In directory sc8-pr-cvs1:/tmp/cvs-serv11414

Modified Files:
	export.py 
Log Message:
Brought the usage blurb into line with what the code does.


Index: export.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/export.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** export.py	3 May 2003 12:21:59 -0000	1.6
--- export.py	25 Dec 2003 18:34:10 -0000	1.7
***************
*** 117,128 ****
  def usage():
      print """ \
! Usage: %s -q [directory]
  
  -q : quiet - don't prompt for confirmation.
  -n : Minimum number of files to aim for in each directory, default=%d
  
! Export the folders defined in the Outlook Plugin to a test directory.
! The directory structure is as defined in the parent README.txt file,
! in the "Standard Test Data Setup" section.
  
  If 'directory' is not specified, '%s' is assumed.
--- 117,128 ----
  def usage():
      print """ \
! Usage: %s [-q] [-n min] [directory]
  
  -q : quiet - don't prompt for confirmation.
  -n : Minimum number of files to aim for in each directory, default=%d
  
! Export Spam and Ham training folders defined in the Outlook Plugin to a
! test directory.  The directory structure is as defined in the parent
! README.txt file, in the "Standard Test Data Setup" section.
  
  If 'directory' is not specified, '%s' is assumed.





More information about the Spambayes-checkins mailing list