From 43d6233a22434375416c6219108a45c84ce4ea96 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 17 May 2004 04:40:49 +0000 Subject: [PATCH] Rewrite the usage to avoid confusion. --- apps/enc.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/enc.c b/apps/enc.c index f9520248b9..77896bef33 100644 --- a/apps/enc.c +++ b/apps/enc.c @@ -278,11 +278,11 @@ bad: BIO_printf(bio_err,"%-14s encrypt\n","-e"); BIO_printf(bio_err,"%-14s decrypt\n","-d"); BIO_printf(bio_err,"%-14s base64 encode/decode, depending on encryption flag\n","-a/-base64"); - BIO_printf(bio_err,"%-14s key is the next argument\n","-k"); - BIO_printf(bio_err,"%-14s key is the first line of the file argument\n","-kfile"); + BIO_printf(bio_err,"%-14s passphrase is the next argument\n","-k"); + BIO_printf(bio_err,"%-14s passphrase is the first line of the file argument\n","-kfile"); + BIO_printf(bio_err,"%-14s the next argument is the md to use to create a key\n","-md"); + BIO_printf(bio_err,"%-14s from a passphrase. One of md2, md5, sha or sha1\n",""); BIO_printf(bio_err,"%-14s key/iv in hex is the next argument\n","-K/-iv"); - BIO_printf(bio_err,"%-14s the next argument is the md to use to create a key,\n","-md"); - BIO_printf(bio_err,"%-14s one of md2, md5, sha or sha1\n"); BIO_printf(bio_err,"%-14s print the iv/key (then exit if -P)\n","-[pP]"); BIO_printf(bio_err,"%-14s buffer size\n","-bufsize "); #ifndef OPENSSL_NO_ENGINE -- 2.25.1