diff --git a/internal/cli/apps.go b/internal/cli/apps.go index b030490fe..746e1cde7 100644 --- a/internal/cli/apps.go +++ b/internal/cli/apps.go @@ -39,9 +39,8 @@ var ( Name: "None", LongForm: "none", ShortForm: "n", - Help: "Specify none of your apps", + Help: "Specify none of your apps.", } - appType = Flag{ Name: "Type", LongForm: "type", diff --git a/internal/cli/login.go b/internal/cli/login.go index a773cf2d4..80f682974 100644 --- a/internal/cli/login.go +++ b/internal/cli/login.go @@ -69,7 +69,7 @@ func RunLogin(ctx context.Context, cli *cli, expired bool) error { err = secretsStore.Set(auth.SecretsNamespace, res.Tenant, res.RefreshToken) if err != nil { // log the error but move on - cli.renderer.Warnf("Could not store the refresh token locally, please expect to login again once your access token expired: %s.", err.Error()) + cli.renderer.Warnf("Could not store the refresh token locally, please expect to login again once your access token expired. See https://github.com/auth0/auth0-cli/blob/main/KNOWN-ISSUES.md.") } err = cli.addTenant(tenant{