]> granicus.if.org Git - openssl/commitdiff
Rewrite the usage to avoid confusion.
authorRichard Levitte <levitte@openssl.org>
Mon, 17 May 2004 04:40:49 +0000 (04:40 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 17 May 2004 04:40:49 +0000 (04:40 +0000)
apps/enc.c

index f9520248b9319089f538d0ccb22b2fcb73b9b521..77896bef331d062bde59e357ec4df3f5f7003763 100644 (file)
@@ -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 <n>");
 #ifndef OPENSSL_NO_ENGINE