mailr22831 - /trunk/relax.py


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

Header


Content

Posted by edward on April 22, 2014 - 21:23:
Author: bugman
Date: Tue Apr 22 21:23:26 2014
New Revision: 22831

URL: http://svn.gna.org/viewcvs/relax?rev=22831&view=rev
Log:
Small edit of the relax command line option descriptions.


Modified:
    trunk/relax.py

Modified: trunk/relax.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/relax.py?rev=22831&r1=22830&r2=22831&view=diff
==============================================================================
--- trunk/relax.py      (original)
+++ trunk/relax.py      Tue Apr 22 21:23:26 2014
@@ -310,7 +310,7 @@
         group.add_option('-s', '--system-tests', action='store_true', 
dest='system_tests', default=0, help='execute the system/functional tests')
         group.add_option('-u', '--unit-tests', action='store_true', 
dest='unit_tests', default=0, help='execute the unit tests')
         group.add_option('--gui-tests', action='store_true', 
dest='gui_tests', default=0, help='execute the GUI tests')
-        group.add_option('--verification-tests', action='store_true', 
dest='verification_tests', default=0, help='execute the relax software 
verification tests')
+        group.add_option('--verification-tests', action='store_true', 
dest='verification_tests', default=0, help='execute the software verification 
tests')
         group.add_option('--time', action='store_true', dest='tt', 
default=0, help='enable the timing of individual tests in the test suite')
         parser.add_option_group(group)
 




Related Messages


Powered by MHonArc, Updated Tue Apr 22 21:40:02 2014