Skip to content

Commit

Permalink
unstaged
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Sep 5, 2016
1 parent bde2024 commit 10a6fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/token_user.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ var tokenUserCmd = &cobra.Command{

func init() {
tokenCmd.AddCommand(tokenUserCmd)
tokenUserCmd.Flags().Bool("no-open", false, "Do not open a browser window with the authorize url")
tokenUserCmd.Flags().Bool("no-open", false, "Do not open the browser window automatically")
tokenUserCmd.Flags().StringSlice("scopes", []string{"hydra", "offline", "openid"}, "Ask for specific scopes")
}

0 comments on commit 10a6fd6

Please sign in to comment.