mailr3097 - in /1.2: ./ relax


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

Header


Content

Posted by edward on March 08, 2007 - 04:56:
Author: bugman
Date: Thu Mar  8 04:55:35 2007
New Revision: 3097

URL: http://svn.gna.org/viewcvs/relax?rev=3097&view=rev
Log:
Merged revisions 3087 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/1.3

........
  r3087 | bugman | 2007-03-06 19:15:19 +1100 (Tue, 06 Mar 2007) | 3 lines
  
  Fixed a spelling mistake in the command line argument help system.
........

Modified:
    1.2/   (props changed)
    1.2/relax

Propchange: 1.2/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Thu Mar  8 04:55:35 2007
@@ -1,1 +1,1 @@
-/1.3:1-2505,2941,2947,2950,2974,2976,2979,2984,2988,3076,3083-3084
+/1.3:1-2505,2941,2947,2950,2974,2976,2979,2984,2988,3076,3083-3084,3087

Modified: 1.2/relax
URL: 
http://svn.gna.org/viewcvs/relax/1.2/relax?rev=3097&r1=3096&r2=3097&view=diff
==============================================================================
--- 1.2/relax (original)
+++ 1.2/relax Thu Mar  8 04:55:35 2007
@@ -213,7 +213,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 Thu Mar 08 05:20:05 2007