summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-12-23 18:19:47 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-12-23 18:19:47 +0000
commitd985a68c89ce6fdb790dd49bf0cc09f0232ce05d (patch)
tree9188bb97ca4f2d06b1cee7d1df4f30aac1598f32 /apps
parent8dad8bc465f0272c4ce84a1d7c0cff5e9e59aec4 (diff)
add missing \n
Diffstat (limited to 'apps')
-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;
}