Skip to content

Commit

Permalink
Fix TestRevokeHelp Windows test
Browse files Browse the repository at this point in the history
Signed-off-by: Agustín Martínez Fayó <[email protected]>
  • Loading branch information
amartinezfayo committed Sep 25, 2024
1 parent 4a0e7db commit d5faa6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/spire-server/cli/upstreamauthority/revoke_windows_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ package upstreamauthority_test

var (
revokeUsage = `Usage of upstreamauthority revoke:
-output value
Desired output format (pretty, json); default: pretty.
-namedPipeName string
Pipe name of the SPIRE Server API named pipe (default "\\spire-server\\private\\api")
-output value
Desired output format (pretty, json); default: pretty.
-subjectKeyID string
The X.509 Subject Key Identifier (or SKID) of the authority's CA certificate of the upstream X.509 authority to revoke
`
Expand Down

0 comments on commit d5faa6d

Please sign in to comment.