Skip to content

Commit

Permalink
extend help for use-device-code
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsgstrabo committed Apr 12, 2024
1 parent 96baf2c commit 1fac275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ var loginCmd = &cobra.Command{

func init() {
rootCmd.AddCommand(loginCmd)
loginCmd.Flags().Bool(flagnames.UseDeviceCode, false, "Use CLI's old authentication flow based on device code")
loginCmd.Flags().Bool(flagnames.UseDeviceCode, false, "Use CLI's old authentication flow based on device code. The device code flow does not work for accounts with compliant device policy enabled.")
setVerbosePersistentFlag(loginCmd)
}

0 comments on commit 1fac275

Please sign in to comment.