Skip to content

Commit ef4a736

Browse files
committed
add missing dash for --offline in help
1 parent 9f9412c commit ef4a736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/ca/revoke.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func revokeCertificateCommand() cli.Command {
4343
Usage: "revoke a certificate",
4444
UsageText: `**step ca revoke** <serial-number>
4545
[**--cert**=<file>] [**--key**=<file>] [**--token**=<ott>]
46-
[**--reason**=<string>] [**--reasonCode**=<code>] [**-offline**]
46+
[**--reason**=<string>] [**--reasonCode**=<code>] [**--offline**]
4747
[**--ca-url**=<uri>] [**--root**=<file>] [**--context**=<name>]`,
4848
Description: `
4949
**step ca revoke** command revokes a certificate with the given serial

0 commit comments

Comments
 (0)