From: Richard Levitte Date: Mon, 17 May 2004 04:40:49 +0000 (+0000) Subject: Rewrite the usage to avoid confusion. X-Git-Tag: OpenSSL_0_9_7e~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43d6233a22434375416c6219108a45c84ce4ea96;p=openssl Rewrite the usage to avoid confusion. --- 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