summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-11-01 23:55:45 +0000
committerRichard Levitte <levitte@openssl.org>2000-11-01 23:55:45 +0000
commitd48f487e2c704e933328c9bafe437a53c44641f4 (patch)
treea85123e0aad383b92873d0f4e2b4b9393428185f /apps
parentce23b0f73e2f0f560218466f01482f80b9c54a78 (diff)
-t is supported, so display some help about it.
Diffstat (limited to 'apps')
-rw-r--r--apps/engine.c2
1 files changed, 1 insertions, 1 deletions
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
};