diff --git a/pkg/cmd/auth/token/token.go b/pkg/cmd/auth/token/token.go index 5ae555bb6..fee8dc638 100644 --- a/pkg/cmd/auth/token/token.go +++ b/pkg/cmd/auth/token/token.go @@ -38,7 +38,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().BoolVarP(&opts.SecureStorage, "secure-storage", "", false, "Search only secure credential store for authentication token") - _ = cmd.Flags().MarkHidden("secure-storeage") + _ = cmd.Flags().MarkHidden("secure-storage") return cmd }