Merge pull request #8797 from gregsmi/bug/gh-auth-token-docs
fixed doc string
This commit is contained in:
commit
4601d7ff5e
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue