diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-18 17:25:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-18 17:25:52 +0000 |
commit | 4854911214ff2b71bfca3ca143ae340ab11ba7e4 (patch) | |
tree | 66960ffc2e1078b2bf32292bb9e88f16c4b6e5ea /sbin | |
parent | ff3432c423a73d62e3baaedbba3dd9f99f7c8b75 (diff) |
verbose usage messages do not suffice for missing man pages! and you know it!
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/isakmpd/apps/certpatch/certpatch.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sbin/isakmpd/apps/certpatch/certpatch.c b/sbin/isakmpd/apps/certpatch/certpatch.c index 6f162a3216a..53af5bfbd47 100644 --- a/sbin/isakmpd/apps/certpatch/certpatch.c +++ b/sbin/isakmpd/apps/certpatch/certpatch.c @@ -1,4 +1,4 @@ -/* $OpenBSD: certpatch.c,v 1.1 1999/07/17 21:48:59 niklas Exp $ */ +/* $OpenBSD: certpatch.c,v 1.2 1999/07/18 17:25:51 deraadt Exp $ */ /* $EOM: certpatch.c,v 1.2 1999/07/17 20:44:13 niklas Exp $ */ /* @@ -71,10 +71,7 @@ int main (int argc, char **argv) { - char *usage = "%s [-t idtype] -i id -k keyfile certin certout\n\n" - "This programs takes a certificate and adds a subjectAltName extension\n" - "with the identication given as command line argument. Be sure that \n" - "the signing key matches the issuer.\n"; + char *usage = "usage: %s [-t idtype] -i id -k keyfile certin certout\n"; EVP_PKEY *pkey_priv; X509 *cert; BIO *file; |