From ec7420e2c9f72182dc8ed647d041f34775241a1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20Bo=CC=88rlin?= <11892708+SamuelBoerlin@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:46:49 +0100 Subject: [PATCH] Remove `--bundle` from `step ca certificate` usage text Fixes #521 --- command/ca/certificate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/ca/certificate.go b/command/ca/certificate.go index a5d59febc..5657d66e0 100644 --- a/command/ca/certificate.go +++ b/command/ca/certificate.go @@ -28,7 +28,7 @@ func certificateCommand() cli.Command { [**--not-before**=] [**--not-after**=] [**--san**=] [**--set**=] [**--set-file**=] [**--acme**=] [**--standalone**] [**--webroot**=] -[**--contact**=] [**--http-listen**=
] [**--bundle**] +[**--contact**=] [**--http-listen**=
] [**--kty**=] [**--curve**=] [**--size**=] [**--console**] [**--x5c-cert**=] [**--x5c-key**=] [**--k8ssa-token-path**=] [**--offline**] [**--password-file**] [**--ca-url**=] [**--root**=]