Skip to content

Commit

Permalink
Merge pull request cli#8797 from gregsmi/bug/gh-auth-token-docs
Browse files Browse the repository at this point in the history
fixed doc string
  • Loading branch information
williammartin committed Mar 7, 2024
2 parents f4dff56 + df446b4 commit 4601d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/auth/token/token.go
Expand Up @@ -46,7 +46,7 @@ func NewCmdToken(f *cmdutil.Factory, runF func(*TokenOptions) error) *cobra.Comm
}

cmd.Flags().StringVarP(&opts.Hostname, "hostname", "h", "", "The hostname of the GitHub instance authenticated with")
cmd.Flags().StringVarP(&opts.Username, "user", "u", "", "The account to log out of")
cmd.Flags().StringVarP(&opts.Username, "user", "u", "", "The account to output the token for")
cmd.Flags().BoolVarP(&opts.SecureStorage, "secure-storage", "", false, "Search only secure credential store for authentication token")
_ = cmd.Flags().MarkHidden("secure-storage")

Expand Down

0 comments on commit 4601d7f

Please sign in to comment.