SF.net SVN: tmda: [2107] trunk/tmda/bin/tmda-pending

[email protected] Fri, 13 Oct 2006 23:01:55 -0700
Newsgroups gmane.mail.spam.tmda.cvs
Message-ID <[email protected]>
Revision: 2107
          http://svn.sourceforge.net/tmda/?rev=2107&view=rev
Author:   jasonrm
Date:     2006-10-13 23:01:53 -0700 (Fri, 13 Oct 2006)

Log Message:
-----------
Include an explanation of what MESSAGES is in the parser description.

Modified Paths:
--------------
    trunk/tmda/bin/tmda-pending

Modified: trunk/tmda/bin/tmda-pending
===================================================================
--- trunk/tmda/bin/tmda-pending	2006-10-14 05:58:15 UTC (rev 2106)
+++ trunk/tmda/bin/tmda-pending	2006-10-14 06:01:53 UTC (rev 2107)
@@ -40,9 +40,13 @@
 
 # option parsing
 
-opt_usage = "%prog [options] [messages ... | - ]"
+opt_usage = "%prog [OPTIONS] [MESSAGES ... | - ]"
 
-opt_desc = "A TMDA pending queue manipulation tool."
+opt_desc = \
+"""A TMDA pending queue manipulation tool. If one or more MESSAGES are
+provided as arguments, operate just on them.  If `-' is specified,
+operate on a list of messages provided by standard input. Otherwise,
+operate on all messages in the pending queue."""
 
 parser = OptionParser(version=Version.TMDA, usage=opt_usage, description=opt_desc)
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.