From b2eba7f307d5ae634ff41bd88d5bd1659466d82d Mon Sep 17 00:00:00 2001 From: ramelg01 Date: Thu, 23 Dec 2021 08:32:08 +0000 Subject: Replacing non-inclusive terms with proper terms Partially-Resolves: COMPMID-4854 Signed-off-by: Ramy Elgammal Change-Id: Ic9757c89878b9b5a89680b5344de657f676c7bf2 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6859 Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Gunes Bayir --- tests/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/main.cpp') diff --git a/tests/main.cpp b/tests/main.cpp index e1963b1609..bc264de378 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -116,7 +116,7 @@ int main(int argc, char **argv) auto filter_id = parser.add_option>("filter-id"); filter_id->set_help("List of test ids. ... can be used to define a range."); auto stop_on_error = parser.add_option("stop-on-error"); - stop_on_error->set_help("Abort execution after the first failed test (useful for debugging)"); + stop_on_error->set_help("Stop execution after the first failed test (useful for debugging)"); auto seed = parser.add_option>("seed", std::random_device()()); seed->set_help("Global seed for random number generation"); auto list_tests = parser.add_option("list-tests", false); -- cgit v1.2.1