add missing \n
authorDr. Stephen Henson <steve@openssl.org>
Sun, 23 Dec 2012 18:19:28 +0000 (18:19 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 23 Dec 2012 18:19:28 +0000 (18:19 +0000)
apps/ocsp.c

index 01847dfad74ab845b223ab186cce49ef40f01338..83c5a7670052ce38a3f63c7772cc9b65985b3082 100644 (file)
@@ -617,7 +617,7 @@ int MAIN(int argc, char **argv)
                BIO_printf (bio_err, "-ndays n           number of days before next update\n");
                BIO_printf (bio_err, "-resp_key_id       identify reponse by signing certificate key ID\n");
                BIO_printf (bio_err, "-nrequest n        number of requests to accept (default unlimited)\n");
-               BIO_printf (bio_err, "-<dgst alg>     use specified digest in the request");
+               BIO_printf (bio_err, "-<dgst alg>     use specified digest in the request\n");
                goto end;
                }