Skip to content

Commit

Permalink
Merge pull request #1135 from jindraj/jindraj/missing-dash-in-help
Browse files Browse the repository at this point in the history
Fix typo: missing dash for --offline in help
  • Loading branch information
hslatman committed Mar 26, 2024
2 parents 9f9412c + ef4a736 commit 589416d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/ca/revoke.go
Expand Up @@ -43,7 +43,7 @@ func revokeCertificateCommand() cli.Command {
Usage: "revoke a certificate",
UsageText: `**step ca revoke** <serial-number>
[**--cert**=<file>] [**--key**=<file>] [**--token**=<ott>]
[**--reason**=<string>] [**--reasonCode**=<code>] [**-offline**]
[**--reason**=<string>] [**--reasonCode**=<code>] [**--offline**]
[**--ca-url**=<uri>] [**--root**=<file>] [**--context**=<name>]`,
Description: `
**step ca revoke** command revokes a certificate with the given serial
Expand Down

0 comments on commit 589416d

Please sign in to comment.