summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/usr.bin/openssl/x509.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/x509.c b/src/usr.bin/openssl/x509.c
index e67e6fa54d..e430d16f1f 100644
--- a/src/usr.bin/openssl/x509.c
+++ b/src/usr.bin/openssl/x509.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509.c,v 1.41 2025/01/19 10:24:17 tb Exp $ */ 1/* $OpenBSD: x509.c,v 1.42 2025/01/19 13:14:22 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -755,7 +755,7 @@ static void
755x509_usage(void) 755x509_usage(void)
756{ 756{
757 fprintf(stderr, "usage: x509 " 757 fprintf(stderr, "usage: x509 "
758 " [-addreject arg] [-addtrust arg] [-alias] [-CA file]\n" 758 "[-addreject arg] [-addtrust arg] [-alias] [-CA file]\n"
759 " [-CAcreateserial] [-CAform der | pem] [-CAkey file]\n" 759 " [-CAcreateserial] [-CAform der | pem] [-CAkey file]\n"
760 " [-CAkeyform der | pem] [-CAserial file] [-certopt option]\n" 760 " [-CAkeyform der | pem] [-CAserial file] [-certopt option]\n"
761 " [-checkend arg] [-clrext] [-clrreject] [-clrtrust] [-dates]\n" 761 " [-checkend arg] [-clrext] [-clrreject] [-clrtrust] [-dates]\n"