Skip to content

Commit

Permalink
Lowercasing example
Browse files Browse the repository at this point in the history
  • Loading branch information
willvedd committed Dec 7, 2022
1 parent 3c0dd27 commit 9de4783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/auth0_login.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ auth0 login [flags]
```
auth0 login
auth0 login --domain <TENANT_DOMAIN> --client-id <CLIENT_ID> --client-secret <CLIENT_SECRET>
auth0 login --domain <tenant-domain> --client-id <client-id> --client-secret <client-secret>
```

Expand Down
2 changes: 1 addition & 1 deletion internal/cli/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func loginCmd(cli *cli) *cobra.Command {
Long: "Authenticates the Auth0 CLI either as a user using personal credentials or as a machine using client credentials (client ID/secret).",
Example: `
auth0 login
auth0 login --domain <TENANT_DOMAIN> --client-id <CLIENT_ID> --client-secret <CLIENT_SECRET>
auth0 login --domain <tenant-domain> --client-id <client-id> --client-secret <client-secret>
`,
RunE: func(cmd *cobra.Command, args []string) error {
ctx := cmd.Context()
Expand Down

0 comments on commit 9de4783

Please sign in to comment.