summaryrefslogtreecommitdiffstats
path: root/apps/ocsp.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-12-23 18:19:28 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-12-23 18:19:28 +0000
commit3ea1e135695c75e920a034bf8b6f576261333051 (patch)
tree43fbaf00348b2327cc8779c5f7f7616b2ef44523 /apps/ocsp.c
parentdd6639bd3aa3ff9296ac09a7dca87677f98b5bd2 (diff)
add missing \n
Diffstat (limited to 'apps/ocsp.c')
-rw-r--r--apps/ocsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ocsp.c b/apps/ocsp.c
index 01847dfad7..83c5a76700 100644
--- a/apps/ocsp.c
+++ b/apps/ocsp.c
@@ -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;
}