aboutsummaryrefslogtreecommitdiff
path: root/apps/dgst.c
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>2008-07-27 15:51:35 +0000
committerRalf S. Engelschall <rse@openssl.org>2008-07-27 15:51:35 +0000
commit6bcbac0abb35992732b77912f1cdc07cf9b7adec (patch)
tree129c9068bccd160524066b9e59a6a5fd089256e2 /apps/dgst.c
parent4c048211f19d587133d4d688f5b1045a0bd4cb15 (diff)
downloadopenssl-6bcbac0abb35992732b77912f1cdc07cf9b7adec.zip
openssl-6bcbac0abb35992732b77912f1cdc07cf9b7adec.tar.gz
openssl-6bcbac0abb35992732b77912f1cdc07cf9b7adec.tar.bz2
remove a doubled entry for '-binary' in the usage message
Diffstat (limited to 'apps/dgst.c')
-rw-r--r--apps/dgst.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/dgst.c b/apps/dgst.c
index 96e72c6..2abb3e0 100644
--- a/apps/dgst.c
+++ b/apps/dgst.c
@@ -251,7 +251,6 @@ int MAIN(int argc, char **argv)
BIO_printf(bio_err,"-keyform arg key file format (PEM or ENGINE)\n");
BIO_printf(bio_err,"-signature file signature to verify\n");
BIO_printf(bio_err,"-sigopt nm:v signature parameter\n");
- BIO_printf(bio_err,"-binary output in binary form\n");
BIO_printf(bio_err,"-hmac key create hashed MAC with key\n");
#ifndef OPENSSL_NO_ENGINE
BIO_printf(bio_err,"-engine e use engine e, possibly a hardware device.\n");