diff --git a/test_common/harness/testHarness.cpp b/test_common/harness/testHarness.cpp index 8056053515..2da34522ec 100644 --- a/test_common/harness/testHarness.cpp +++ b/test_common/harness/testHarness.cpp @@ -256,17 +256,9 @@ int runTestHarnessWithCheck(int argc, const char *argv[], int testNum, { char *fileName = getenv("CL_CONFORMANCE_RESULTS_FILENAME"); - log_info( - "Usage: %s [*] [pid] [id] []\n", - argv[0]); - log_info("\t\tOne or more of: (wildcard character '*') " - "(default *)\n"); - log_info("\tpid\tIndicates platform at index should be used " - "(default 0).\n"); - log_info("\tid\t\tIndicates device at index should be used " - "(default 0).\n"); - log_info("\t\tcpu|gpu|accelerator| " - "(default CL_DEVICE_TYPE_DEFAULT)\n"); + log_info("Usage: %s [*]\n", argv[0]); + log_info("\t\tOne or more of the test names below (wildcard " + "character '*') (default *)\n"); log_info("\n"); log_info("\tNOTE: You may pass environment variable " "CL_CONFORMANCE_RESULTS_FILENAME (currently '%s')\n",