Tweak output for fleetctl login --help (#4776)

Switch position of 'set' and 'config'
This commit is contained in:
Noah Talerman
2022-03-23 16:40:16 -04:00
committed by GitHub
parent a3789c817e
commit 674e2bd672
+1 -1
View File
@@ -23,7 +23,7 @@ fleetctl login [options]
Interactively prompts for email and password if not specified in the flags or environment variables.
Trying to login with SSO? First, login to the Fleet UI and retrieve your API token from the "My account" page. Then set your API token with the fleetctl set config --token <your-api-token-here> command. You're now logged in to fleetctl.
Trying to login with SSO? First, login to the Fleet UI and retrieve your API token from the "My account" page. Then set your API token with the fleetctl config set --token <your-api-token-here> command. You're now logged in to fleetctl.
`,
Flags: []cli.Flag{
&cli.StringFlag{