From: Tim Kientzle Date: Tue, 5 May 2026 21:45:26 +0000 (-0700) Subject: Clarify the test harness usage X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3003%2Fhead;p=thirdparty%2Flibarchive.git Clarify the test harness usage --- 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");