diff --git a/cmd/login.go b/cmd/login.go index 4d0a13cd1a86..d0b1c43301d0 100644 --- a/cmd/login.go +++ b/cmd/login.go @@ -11,16 +11,12 @@ func getCmdLogin(gs *state.GlobalState) *cobra.Command { loginCmd := &cobra.Command{ Use: "login", Short: "Authenticate with a service", - Long: `[deprecation notice] -This command is deprecated and will be removed in a future release. Please use the "k6 cloud login" command instead. - -Authenticate with a service. + Long: `Authenticate with a service. Logging into a service changes the default when just "-o [type]" is passed with no parameters, you can always override the stored credentials by passing some on the commandline.`, - Deprecated: `and will be removed in a future release. -Please use the "k6 cloud login" command instead. + Deprecated: `and will be removed in a future release. Please use the "k6 cloud login" command instead. `, RunE: func(cmd *cobra.Command, _ []string) error { return cmd.Usage()