From 28b670d1ed38b44507fda611cd69346d98947cdc Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Tue, 5 May 2026 14:45:26 -0700 Subject: [PATCH] Clarify the test harness usage --- test_utils/test_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_utils/test_main.c b/test_utils/test_main.c index f7364c0ba..d2fcb09f9 100644 --- a/test_utils/test_main.c +++ b/test_utils/test_main.c @@ -3747,7 +3747,7 @@ usage(const char *program) printf("Usage: %s [options] ...\n", program); printf("Default is to run all tests.\n"); - printf("Otherwise, specify the numbers of the tests you wish to run.\n"); + printf("Otherwise, specify tests by name or number.\n"); printf("Options:\n"); printf(" -d Dump core after any failure, for debugging.\n"); printf(" -k Keep all temp files.\n"); -- 2.47.3