From e3a16d4c154518843a4aea0c1a6698e874f232f8 Mon Sep 17 00:00:00 2001 From: SamuelBoerlin <11892708+SamuelBoerlin@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:36:51 +0100 Subject: [PATCH] Remove `--bundle` from `step ca certificate` usage text (#1302) 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**=]