[Spambayes-checkins] spambayes/utilities mkreversemap.py,1.1,1.2

Skip Montanaro montanaro at users.sourceforge.net
Tue Jan 6 10:47:28 EST 2004


Update of /cvsroot/spambayes/spambayes/utilities
In directory sc8-pr-cvs1:/tmp/cvs-serv27380

Modified Files:
	mkreversemap.py 
Log Message:
tweak usage message


Index: mkreversemap.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/utilities/mkreversemap.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** mkreversemap.py	6 Jan 2004 15:27:18 -0000	1.1
--- mkreversemap.py	6 Jan 2004 15:47:26 -0000	1.2
***************
*** 4,14 ****
  Create mapping from features to message ids
  
! usage %(prog)s [ -h ] -t ham|spam -d mapfile mailbox ...
  
! -d mapfile - identify file which will hold mapping information
  
  -t ham|spam - identify the type of messages in the input mailbox(es)
  
  -h - print this documentation and exit
  """
  
--- 4,17 ----
  Create mapping from features to message ids
  
! usage %(prog)s [ options ] mailbox ...
  
! -d mapfile - identify file which will hold mapping information (required)
  
  -t ham|spam - identify the type of messages in the input mailbox(es)
  
  -h - print this documentation and exit
+ 
+ One of '-t ham' or '-t spam' must be given, as must one or more message
+ sources.
  """
  





More information about the Spambayes-checkins mailing list