This commit is contained in:
weekface 2018-01-07 17:49:21 +08:00
parent cfc1d47397
commit ef85265025

View File

@ -56,7 +56,7 @@ func NewWardleServerOptions(out, errOut io.Writer) *WardleServerOptions {
return o
}
// NewCommandStartMaster provides a CLI handler for 'start master' command
// NewCommandStartWardleServer provides a CLI handler for 'start master' command
func NewCommandStartWardleServer(out, errOut io.Writer, stopCh <-chan struct{}) *cobra.Command {
o := NewWardleServerOptions(out, errOut)