From 3b6b527d07b20a25c54f6124db837679294a3e28 Mon Sep 17 00:00:00 2001 From: Wojciech Trocki Date: Mon, 11 Jul 2022 21:08:24 +0100 Subject: [PATCH] fix: flag name --- docs/commands/rhoas_login.md | 2 +- pkg/core/localize/locales/en/cmd/login.en.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/commands/rhoas_login.md b/docs/commands/rhoas_login.md index 1100e7546..befeca60d 100644 --- a/docs/commands/rhoas_login.md +++ b/docs/commands/rhoas_login.md @@ -38,7 +38,7 @@ $ rhoas login --token f5cgc... --auth-url string The URL of the SSO Authentication server (default "https://sso.redhat.com/auth/realms/redhat-external") --client-id string OpenID client identifier (default "rhoas-cli-prod") --insecure Allow insecure communication with the server by disabling TLS certificate and host name verification - --mas-auth-url string This flag is no longer valid and will be removed in a future release. + --mas-auth-url string Unused: This flag is no longer valid and will be removed in a future release --print-sso-url Print the console login URL, which you can use to log in to RHOAS from a different web browser (this is useful if you need to log in with different credentials than the credentials you used in your default web browser) --scope stringArray Override the default OpenID scope (to specify multiple scopes, use a separate --scope for each scope) (default [openid]) -t, --token string Log in using an offline token, which can be obtained at https://console.redhat.com/openshift/token diff --git a/pkg/core/localize/locales/en/cmd/login.en.toml b/pkg/core/localize/locales/en/cmd/login.en.toml index 1c1ec3f9d..abeefd4c9 100644 --- a/pkg/core/localize/locales/en/cmd/login.en.toml +++ b/pkg/core/localize/locales/en/cmd/login.en.toml @@ -44,7 +44,7 @@ description = 'Description for the --auth-url flag' one = "The URL of the SSO Authentication server" [login.flag.masAuthUrl] -one = "This flag is no longer valid and will be removed in a future release." +one = "Unused: This flag is no longer valid and will be removed in a future release" [login.flag.token] one = "Log in using an offline token, which can be obtained at {{.OfflineTokenURL}}"