From d48f487e2c704e933328c9bafe437a53c44641f4 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 1 Nov 2000 23:55:45 +0000 Subject: [PATCH] -t is supported, so display some help about it. --- apps/engine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/engine.c b/apps/engine.c index 5467aece11..42f768b12f 100644 --- a/apps/engine.c +++ b/apps/engine.c @@ -75,8 +75,8 @@ static char *engine_usage[]={ " -v - verbose mode, a textual listing of the engines in OpenSSL\n", #if 0 " -c - for each engine, also list the capabilities\n", -" -t - for each engine, check that they are really available\n", #endif +" -t - for each engine, check that they are really available\n", NULL }; -- 2.34.1