mailr3087 - /1.3/relax


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on March 06, 2007 - 09:15:
Author: bugman
Date: Tue Mar  6 09:15:19 2007
New Revision: 3087

URL: http://svn.gna.org/viewcvs/relax?rev=3087&view=rev
Log:
Fixed a spelling mistake in the command line argument help system.


Modified:
    1.3/relax

Modified: 1.3/relax
URL: 
http://svn.gna.org/viewcvs/relax/1.3/relax?rev=3087&r1=3086&r2=3087&view=diff
==============================================================================
--- 1.3/relax (original)
+++ 1.3/relax Tue Mar  6 09:15:19 2007
@@ -223,7 +223,7 @@
         parser.add_option('-d', '--debug', action='store_true', 
dest='debug', default=0, help='enable debugging output')
         parser.add_option('-l', '--log', action='store', type='string', 
dest='log', help='log relax output to the file LOG_FILE', metavar='LOG_FILE')
         parser.add_option('--licence', action='store_true', dest='licence', 
default=0, help='display the licence')
-        parser.add_option('-t', '--tee', action='store', type='string', 
dest='tee', help='tee relax output to sdtout and the file LOG_FILE', 
metavar='LOG_FILE')
+        parser.add_option('-t', '--tee', action='store', type='string', 
dest='tee', help='tee relax output to stdout and the file LOG_FILE', 
metavar='LOG_FILE')
         parser.add_option('-p', '--pedantic', action='store_true', 
dest='pedantic', default=0, help='escalate all warnings to errors')
         parser.add_option('--test', action='store_true', dest='test', 
default=0, help='run relax in test mode')
         parser.add_option('--test-suite', action='store_true', 
dest='test_suite', default=0, help='execute the relax test suite')




Related Messages


Powered by MHonArc, Updated Wed Mar 07 07:00:09 2007