Skip to content

Commit

Permalink
Merge 3236557 into ca85a17
Browse files Browse the repository at this point in the history
  • Loading branch information
kangaechu authored Apr 21, 2023
2 parents ca85a17 + 3236557 commit 3decda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cmd_get_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func NewGetClientsCmd() *cobra.Command {
Long: `This command gets all the details about an OAuth 2.0 Client. You can use this command in combination with jq.`,
Example: `To get the OAuth 2.0 Client's secret, run:
{{ .CommandPath }} <your-client-id> --json | jq -r '.client_secret'`,
{{ .CommandPath }} <your-client-id> --format json | jq -r '.client_secret'`,
RunE: func(cmd *cobra.Command, args []string) error {
m, _, err := cliclient.NewClient(cmd)
if err != nil {
Expand Down

0 comments on commit 3decda3

Please sign in to comment.