Explorar o código

Oops, forgot a comma.

[SVN r40820]
Rene Rivera %!s(int64=18) %!d(string=hai) anos
pai
achega
68eebfdc53
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tools/regression/src/regression.py

+ 1 - 1
tools/regression/src/regression.py

@@ -101,7 +101,7 @@ class runner:
         opt.add_option( '--smtp-login',
             help="STMP server address/login information, in the following form: <user>:<password>@<host>[:<port>]" )
         opt.add_option( '--skip-tests',
-            help="do not run bjam; used for testing script changes"
+            help="do not run bjam; used for testing script changes",
             action='store_true' )
         
         #~ Defaults

粤ICP备19079148号