File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2950,7 +2950,7 @@ def parse_args():
29502950
29512951 parser .add_argument ("--extract_from_config" , help = "extract-from-config program" )
29522952 parser .add_argument (
2953- "--configclient" , help = "Client config (if you use not default ports)"
2953+ "--configclient" , help = "Client config (if you do not use default ports)"
29542954 )
29552955 parser .add_argument (
29562956 "--configserver" ,
@@ -2970,7 +2970,7 @@ def parse_args():
29702970 parser .add_argument (
29712971 "--global_time_limit" ,
29722972 type = int ,
2973- help = "Stop if executing more than specified time (after current test finished)" ,
2973+ help = "Stop if executing more than specified time (after current test is finished)" ,
29742974 )
29752975 parser .add_argument ("test" , nargs = "*" , help = "Optional test case name regex" )
29762976 parser .add_argument (
You can’t perform that action at this time.
0 commit comments